Thanks for the quick response! That didn't work when I put it in theme/theme.conf, but it did work when I put it in conf.py, so I'm all set.
(I should have mentioned in my original post that I'm running release 1.8.5.) Bob On Thu, Jan 14, 2021 at 1:18 PM Stefano David <[email protected]> wrote: > 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 > . > -- 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/CACtLoBcdDpSwFeNzZqMg0B6WvpN%3Dj%2BSZOx6neM9Nx5k7vkb5VA%40mail.gmail.com.
