updated documentation

This commit is contained in:
Alexander Werner
2018-11-04 22:57:20 +01:00
parent 47a061f377
commit cfa56db32b
8 changed files with 101 additions and 4 deletions

View File

@@ -43,6 +43,7 @@ extensions = [
'sphinx.ext.intersphinx',
'sphinx.ext.todo',
'sphinx.ext.viewcode',
'sphinx_click.ext'
]
# Add any paths that contain templates here, relative to this directory.
@@ -142,7 +143,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'caromclient', 'Carom Client Documentation',
('man', 'carom-client', 'Carom Client Documentation',
[author], 1)
]