Skip to content

Commit 0968d8a

Browse files
committed
Upgrade sphinx dependency, address deprecated api usage in docs config
1 parent e39960f commit 0968d8a

3 files changed

Lines changed: 10 additions & 21 deletions

File tree

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,4 +210,4 @@
210210
]
211211

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ release = [
7272
]
7373
doc = [
7474
"sadisplay>=0.4.9",
75-
"sphinx>=5.3.0, <6",
75+
"sphinx>=7.4.7, <8",
7676
"sphinx-autobuild>=2021.3.14",
7777
"sphinx-rtd-theme>=2.0.0",
7878
"sphinx-autodoc-typehints>=1.23.0",

0 commit comments

Comments
 (0)