mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 00:07:38 +00:00
sphinx configuration: fix to create a simple man page from usage docs
This commit is contained in:
parent
4216a94e19
commit
7420ea0033
1 changed files with 6 additions and 4 deletions
10
docs/conf.py
10
docs/conf.py
|
@ -228,10 +228,12 @@
|
|||
|
||||
# One entry per manual page. List of tuples
|
||||
# (source start file, name, description, authors, manual section).
|
||||
#man_pages = [
|
||||
# ('man', 'borg', 'Borg',
|
||||
# ['see "AUTHORS" file'], 1)
|
||||
#]
|
||||
man_pages = [
|
||||
('usage', 'borg',
|
||||
'BorgBackup is a deduplicating backup program with optional compression and authenticated encryption.',
|
||||
['The Borg Collective (see AUTHORS file)'],
|
||||
1),
|
||||
]
|
||||
|
||||
extensions = ['sphinx.ext.extlinks', 'sphinx.ext.autodoc', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.viewcode']
|
||||
|
||||
|
|
Loading…
Reference in a new issue