Skip to content

Commit

Permalink
docs: update intersphinx_mapping
Browse files Browse the repository at this point in the history
Newer sphinx doesn't like the old syntax:
  Running Sphinx v8.1.3
  loading translations [en]... done
  making output directory... done
  Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 'restructuredtext'}`.
  ERROR: Invalid value `None` in intersphinx_mapping['http://docs.python.org/']. Expected a two-element tuple or list.
  • Loading branch information
keszybz committed Jan 19, 2025
1 parent 3f0801c commit 48bda63
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,5 @@
# Allow duplicate toc entries.
#epub_tocdup = True


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

0 comments on commit 48bda63

Please sign in to comment.