Skip to content

Commit

Permalink
fix: sphinx deprecation warning for sphinx >= 8
Browse files Browse the repository at this point in the history
* the format has changed
  • Loading branch information
utnapischtim authored and kpsherva committed Mar 21, 2024
1 parent 5e1c583 commit dba7fa8
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 @@ -324,8 +324,8 @@

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

# Autodoc configuraton.
Expand Down

0 comments on commit dba7fa8

Please sign in to comment.