From 94eea6fa993ca19a57ff7e15e886fa2e43f173e9 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Thu, 13 Jun 2019 21:41:42 -0400 Subject: docs/conf.py: Don't show anything in the footer. --- docs/conf.py | 7 ++++--- 1 file 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 tag referring to it. The value of this option must be the -- cgit v1.2.3