Skip to content

Commit

Permalink
fixed sphinx config to new format
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Nov 18, 2024
1 parent 7a8f746 commit 5f9061f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,4 +350,6 @@


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

0 comments on commit 5f9061f

Please sign in to comment.