1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-07 06:59:38 +00:00

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

View file

@ -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']