summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index ccfc00b..6151203 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -122,6 +122,7 @@ html_theme = 'alabaster'
# further. For a list of options available for each theme, see the
# documentation.
html_theme_options = {
+ 'show_powered_by': False,
'extra_nav_links': {
'browse source': 'https://notabug.org/rsd/lpschedule-generator',
'Report Bugs': 'https://notabug.org/rsd/lpschedule-generator/issues'
@@ -183,13 +184,13 @@ html_sidebars = {'**': ['navigation.html']}
#html_split_index = False
# If true, links to the reST sources are added to the pages.
-#html_show_sourcelink = True
+html_show_sourcelink = False
# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
-#html_show_sphinx = True
+html_show_sphinx = False
# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
-#html_show_copyright = True
+html_show_copyright = False
# If true, an OpenSearch description file will be output, and all pages will
# contain a <link> tag referring to it. The value of this option must be the