-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add html line to footer #1284
Comments
As yous saw, there are already 2 subsection in the footer: I agree if you want to know it's content it sis set here:
so what happend if you set in <p>Sample footer text <a href='https://example.com'></p> and then add it in the footer_end link this: html_theme_options = {
# ...
"footer_end": ["theme-version", "footer_test"],
# ...
} |
...now it works - perhaps it was an issue with the |
you're welcome ! |
I would like to add an html string of this sort:
between the
"footer_start": ["copyright"]
and thefooter_end
(which is not explicitly defined in the config, but displays the "Built with the PyData Sphinx Theme 0.13.3.".I tried to add this to a
footer.html
file that I put into a_templates
directory, as described here - that does not seem to work.Compare also the discussion:
The text was updated successfully, but these errors were encountered: