-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Fix doc bugs found in 3.5.3 #23641
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
Fix doc bugs found in 3.5.3 #23641
Conversation
Though these are not intended to be seen, this silences validators.
The anchor ID was changed, but as this was entered manually, it did not break the build. Instead, insert a pending cross-reference so that Sphinx will resolve it and warn if it breaks. The output changes minimally from `external` to `internal` class, and also gains `std std-ref` classes due to it being a standard reference.
Since a link in
I think https://www-archive.mozilla.org/projects/mathml/demo/texvsmml.xhtml is the correct one. |
@tfpf Can you open a PR with that change? |
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon! Remember to remove the If these instructions are inaccurate, feel free to suggest an improvement. |
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon! Remember to remove the If these instructions are inaccurate, feel free to suggest an improvement. |
…3.5.3-doc Backport PR #23641 on branch v3.5.3-doc (Fix doc bugs found in 3.5.3)
…3.5.x Backport PR #23641 on branch v3.5.x (Fix doc bugs found in 3.5.3)
PR Summary
This fixes several dead links and HTML errors found after building docs for 3.5.3.
PR Checklist
Tests and Styling
pytest
passes).flake8-docstrings
and runflake8 --docstring-convention=all
).Documentation
doc/users/next_whats_new/
(follow instructions in README.rst there).doc/api/next_api_changes/
(follow instructions in README.rst there).