-
-
Notifications
You must be signed in to change notification settings - Fork 552
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
Update sphinx to 4.3 #32968
Comments
Attachment: u1-version-sphinx-4.3.patch.gz |
comment:1
The problem is fixed with the attached patch. |
comment:3
Patch works for me in sage-on-gentoo with sphinx 4.3.1. I think we should make it into a proper branch. Do you have something different or a previous ticket @antonio-rojas? |
comment:4
I generally only build docs for stable releases, so I haven't tested sphinx 4.3 yet. |
Branch: u/fbissey/sphinx-4.3.1 |
Author: François Bissey |
Commit: |
Reviewer: Matthias Koeppe |
comment:8
Thanks :) |
Branch pushed to git repo; I updated commit sha1 and set ticket back to needs_review. New commits:
|
comment:10
Trivially rebased on new beta. Back to positive review. |
Changed branch from u/fbissey/sphinx-4.3.1 to |
In Debian with sphinx 4.3.1 I am getting these errors when building the documentation:
Extension error (sage.docs.conf):
Handler <function find_sage_dangling_links at 0x7fe31e14bf70> for event 'missing-reference' threw an exception (exception: No such config value: intersphinx_disabled_reftypes)
intersphinx_disabled_reftypes was introduced in sphinx 4.3.0 so I think we need to change something for compatibility.
CC: @kiwifb @antonio-rojas
Component: packages: standard
Author: François Bissey
Branch/Commit:
170f1cf
Reviewer: Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/32968
The text was updated successfully, but these errors were encountered: