Skip to content

Commit 10df876

Browse files
Fix doc build with Sphinx 8.
See this Fedora failure following the upgrade to Sphinx 8: https://bugzilla.redhat.com/show_bug.cgi?id=2329853
1 parent 67654e1 commit 10df876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,4 +291,4 @@
291291

292292

293293
# Example configuration for intersphinx: refer to the Python standard library.
294-
intersphinx_mapping = {'https://docs.python.org/': None}
294+
intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}

0 commit comments

Comments
 (0)