Minor fix.

This commit is contained in:
Franco Masotti 2019-08-10 18:00:48 +02:00
parent eab4a985cc
commit 66974a4937
Signed by: frnmst
GPG Key ID: 24116ED85666780A
1 changed files with 6 additions and 2 deletions

View File

@ -85,7 +85,11 @@ html_theme = 'alabaster'
# further. For a list of options available for each theme, see the
# documentation.
#
# html_theme_options = {}
html_theme_options = {
'github_user': 'frnmst',
'github_repo': 'fattura-elettronica-reader',
'github_banner': True,
}
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
@ -155,7 +159,7 @@ man_pages = [
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'fattura-elettronica-reader', 'fattura-elettronica-reader Documentation',
author, 'fattura-elettronica-reader', 'One line description of project.',
author, 'Franco Masotti', 'manual',
'Miscellaneous'),
]