-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Flattened footer #61957
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
base: main
Are you sure you want to change the base?
Flattened footer #61957
Conversation
rearranged sphinx footer using footer_start, footer_center, footer_end
Thanks could you remove the custom template as described in that issue |
hi @mroeschke thanks for checking out! I read their doc about, but in order to have the pandas copyright, we will have to use their customized template approach as mentioned https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/layout.html#add-your-own-html-templates-to-theme-sections. Although in their library, the "copyright" keyword is in the package and if you were to do without custom template, you can access into their library on server side to change the copyright.html as shown https://github.com/pydata/pydata-sphinx-theme/blob/main/src/pydata_sphinx_theme/theme/pydata_sphinx_theme/components/copyright.html Hope this clear things up. |
No you can add their copyright component to add into the It uses the |
Hi, you were right, it can be done without _template, here's the work i had. Hope this solves it! |
shorten to avoid precommit E501 error line too long
Flattened the footer with pandas custom footer, sphinx-version, and theme-version in single line as shown
