summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2019-06-13 21:41:42 -0400
committerrsiddharth <rsd@gnu.org>2019-06-13 21:42:04 -0400
commit94eea6fa993ca19a57ff7e15e886fa2e43f173e9 (patch)
treea47e0a5d055c053d51c5181d57ba7d54edc38c20
parenta229089f609cefbcd023e2291fa6c397088c7f7c (diff)
docs/conf.py: Don't show anything in the footer.
-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