We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
pydata-sphinx-theme/src/pydata_sphinx_theme/theme/pydata_sphinx_theme/components/copyright.html
Line 5 in 05fd48a
We can see both that:
a
{{ copyright }}
The text was updated successfully, but these errors were encountered:
Update coyright.html to not include the html tags.
1019241
I think it is a mistake to include a tags. Note that with the exception of the `©`, the two translate blocks are almost identical, so I would also be for including the © inside the html copyright to have the same translatable strings. Closes pydata#1873
The translation information for copyrights are directly coming from Sphinx itself. What I see here looks a lot like the original layout.html Sphinx template: https://github.com/sphinx-doc/sphinx/blob/568e26c797b9152bb9b2443c926aec314f0652de/sphinx/themes/basic/layout.html#L187
I think we mostly reproduced what was done for single copyrights without questioning it too much.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
pydata-sphinx-theme/src/pydata_sphinx_theme/theme/pydata_sphinx_theme/components/copyright.html
Line 5 in 05fd48a
We can see both that:
a
tags are in the trans block – I don't believe they should as translation should not be able to change the structure of the html page.{{ copyright }}
is outside the a tag, I think it should be inside.The text was updated successfully, but these errors were encountered: