Skip to content
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

rebase sage_autodoc with sphinx-8.2.3 and update sphinx to same. #39737

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build/pkgs/sphinx/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=sphinx-VERSION-py3-none-any.whl
sha1=67dc18611c44f712539585db41aaee4b0a7ec646
sha256=09719015511837b76bf6e03e42eb7595ac8c2e41eeb9c29c5b755c6b677992a2
sha1=6c55f99af821939e006411bf4a6ea35ecf6fd5a0
sha256=4405915165f13521d875a8c29c8970800a0141c14cc5416a38feca4ea5d9b9c3
upstream_url=https://files.pythonhosted.org/packages/py3/s/sphinx/sphinx-VERSION-py3-none-any.whl
2 changes: 1 addition & 1 deletion build/pkgs/sphinx/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.1.3
8.2.3
1 change: 1 addition & 0 deletions src/sage_docbuild/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1093,6 +1093,7 @@ def setup(app):
# When building the standard docs, app.srcdir is set to SAGE_DOC_SRC +
# 'LANGUAGE/DOCNAME'.
if app.srcdir.is_relative_to(SAGE_DOC_SRC):
app.add_config_value('intersphinx_resolve_self', 'sagemath', False)
app.add_config_value('intersphinx_mapping', {}, False)
app.add_config_value('intersphinx_cache_limit', 5, False)
app.add_config_value('intersphinx_disabled_reftypes', [], False)
Expand Down
Loading
Loading