Merge pull request #546 from ThomasWaldmann/simple-man-page

sphinx configuration: fix to create a simple man page from usage docs
This commit is contained in:
TW 2016-01-14 19:37:04 +01:00
commit 1f795551f9
1 changed files with 6 additions and 4 deletions

View File

@ -228,10 +228,12 @@ latex_documents = [
# 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']