Skip to content
Snippets Groups Projects
Commit 64635187 authored by Stephen Kitt's avatar Stephen Kitt Committed by Peter Hutterer
Browse files

Fix intersphinx mapping

The map is supposed to be a dict of tuples, see
https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html



Signed-off-by: default avatarStephen Kitt <steve@sk2.org>
Part-of: <!31>
parent dc8adf89
No related branches found
No related tags found
1 merge request!31Fix intersphinx mapping
Checking pipeline status
...@@ -264,4 +264,4 @@ texinfo_documents = [ ...@@ -264,4 +264,4 @@ texinfo_documents = [
# Example configuration for intersphinx: refer to the Python standard library. # Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'http://docs.python.org/': None} intersphinx_mapping = {'python': ('http://docs.python.org/3', None)}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment