mirror of https://github.com/borgbackup/borg.git
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:
commit
1f795551f9
10
docs/conf.py
10
docs/conf.py
|
@ -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']
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue