-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
citation lists are misaligned #1411
Comments
Thanks for posting this issue. It's definitely valid, so let's keep it around to track it and identify a solution. The problem was introduced because of docutils 0.18 which is the lowest supported version in Sphinx 6. Basically, the new DOM structure that is created by docutils 0.18 is very challenging to support with a nice table as the former. You can see how many hard efforts unfolded here: #1381 |
Indeed, didn't search thoroughly enough throughout the tickets! Think I searched only the opened ones. |
@cissou8 I have to say that the CSS required for displaying changes in docutils 0.18 are quite advanced and the work done by @agjohnson is already quite substantial. I'm not sure if there is a quick way to fix this. |
…tc.) and renders our footnotes with code-block wrong (and maybe other problems). Force sphinx<6, docutils<0.18 for now. See readthedocs/sphinx_rtd_theme#1411.
… grid, etc.) and renders our footnotes with code-block wrong (and maybe other problems). Force sphinx<6, docutils<0.18 for now. See readthedocs/sphinx_rtd_theme#1411." This reverts commit 4c7a06a.
…tc.) and renders our footnotes with code-block wrong (and maybe other problems). Force sphinx<6, docutils<0.18 for now. See readthedocs/sphinx_rtd_theme#1411.
Problem
Citation lists are not aligned.
Reproducible Project
See for instance: https://siril.readthedocs.io/en/latest/processing/deconvolution.html#references
Citations are inserted in the body of the document as
[paperref]_
and a list to gather them all at the end of the page as:Error Logs/Results
As rendered now:
sphinx 6.0.0, rtd-theme 1.2.0rc2
Expected Results
As rendered with sphinx 5.3.0, rtd-theme 1.1.0
Do not hesitate if you want me to test further,
Thx,
C.
The text was updated successfully, but these errors were encountered: