On Thu, 14 Jan 2021 09:46:26 -0800, Bob DuCharme wrote:

> https://pythonhosted.org/CodeChat/CodeChat/template/conf.py.html shows
> us that setting html_show_sphinx to True adds "Created using Sphinx" to
> the HTML footer and setting it to False removes it.
> 
> That page's HTML footer includes "Powered by Sphinx 1.4", and
> html_show_sphinx doesn't seem to turn that off. Is there a way to turn
> it off?
If you use alabaster theme you need to configure it in theme.conf

html_theme_options = {
     'show_powered_by' : 'False',
}

Reference:  https://alabaster.readthedocs.io/en/latest/
customization.html#header-footer-options

HTH,
Stefano

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/rtq1te%24btb%242%40ciao.gmane.io.

Reply via email to