Fix sphinx build. #1091039
authorDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Thu, 2 Jan 2025 01:29:54 +0000 (20:29 -0500)
committerMo Zhou <lumin@debian.org>
Thu, 2 Jan 2025 01:29:54 +0000 (20:29 -0500)
Foward: not necessary.

Gbp-Pq: Name sphinx-ftbfs.patch

doc/GSG/conf.py
doc/main/conf.py

index b7dc32d8a58104cdac0b9bc455cd8b28663c5540..a4b850dab7fd1a2ee23ba4dd8974c0bb11068cb3 100644 (file)
@@ -291,7 +291,7 @@ epub_exclude_files = ['search.html']
 # -- Options for intersphinx extension ---------------------------------------
 
 # Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'https://docs.python.org/': None}
+intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}
 
 # -- Options for todo extension ----------------------------------------------
 
index 1b42c5d4699c4e4ce63ccb47e26cc58a1a954e46..7a1f109bbc0e954b8f50aaa849c5481634885d33 100644 (file)
@@ -287,7 +287,7 @@ epub_exclude_files = ['search.html']
 # -- Options for intersphinx extension ---------------------------------------
 
 # Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'https://docs.python.org/': None}
+intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}
 
 # -- Options for todo extension ----------------------------------------------