Skip to content

Commit 7355ef4

Browse files
committed
Update sphinx version and config
intersphinx-mapping needed adjustment, plus there is some sort of incompatibility between sphinx 7.0.0 and sphinx-rtd-theme, so pin sphinx below that point. Allegedly it is fixed in more recent sphinx-rtd-theme installations, but we do not pin that package and it still breaks, so punting that to be solved some other time.
1 parent 97a642f commit 7355ef4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,5 @@
166166
]
167167

168168

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

docs/source/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Sphinx>=1.5.3
1+
Sphinx<7.0.0
22
sphinx-prompt>=1.0.0
33
sphinx_rtd_theme

0 commit comments

Comments
 (0)