Skip to content

Commit

Permalink
update intersphinx_mapping for Sphinx 8
Browse files Browse the repository at this point in the history
  • Loading branch information
brondsem committed Aug 1, 2024
1 parent 0e64df5 commit 0bd68c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@


# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'http://docs.python.org/': None,
'pymongo': ('https://pymongo.readthedocs.io/en/stable/', None)}
intersphinx_mapping = {'python': ('https://docs.python.org/3', None),
'pymongo': ('https://pymongo.readthedocs.io/en/stable', None)}

autoclass_content = 'both'

0 comments on commit 0bd68c8

Please sign in to comment.