Skip to content

Commit

Permalink
doc: fix build error due to outdated intersphinx mapping
Browse files Browse the repository at this point in the history
Newest versions of Sphinx changed the format for the
`intersphinx_mapping` option: https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html#confval-intersphinx_mapping
Now requiring a tuple. Fix this so docs can be built again.

Signed-off-by: Antonio Torres <[email protected]>
  • Loading branch information
antoniotorresm committed Jan 23, 2025
1 parent f42a57c commit 51a4475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,4 @@
]

# 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)}

0 comments on commit 51a4475

Please sign in to comment.