This commit is contained in:
Team BrailleRap-SP Philippe Pacotte Stéphane Godin 2018-04-26 23:45:44 +02:00
parent 801a382603
commit 2595490214

View File

@ -45,7 +45,7 @@ pygments_style = 'sphinx'
htmlhelp_basename = 'BrailleRapSPdoc'
latex_documents = [
('index', 'BrailleRapSP.tex', u'BrailleRapSP Documentation',
u'BrailleRapSP Team', 'manual'),
u'BrailleRap-SP Team', 'manual'),
]
#man_pages = [
@ -67,7 +67,7 @@ gettext_compact = False
html_theme = 'sphinx_rtd_theme'
html_static_path = ['_static']
#html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
#html_theme_path = ["_themes"]
html_theme_path = ["_themes"]
#html_logo = 'img/logo.svg'
html_theme_options = {