1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-23 08:16:54 +00:00

sphinx configuration: fix to create a simple man page from usage docs

This commit is contained in:
Thomas Waldmann 2016-01-13 01:18:07 +01:00
parent 4216a94e19
commit 7420ea0033

View file

@ -228,10 +228,12 @@
# One entry per manual page. List of tuples # One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section). # (source start file, name, description, authors, manual section).
#man_pages = [ man_pages = [
# ('man', 'borg', 'Borg', ('usage', 'borg',
# ['see "AUTHORS" file'], 1) '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'] extensions = ['sphinx.ext.extlinks', 'sphinx.ext.autodoc', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.viewcode']