diff --git a/docs/conf.py b/docs/conf.py index b5d504c..641f4ea 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 = {