Skip to content

Commit 5c7bc4d

Browse files
committed
Update sphinx version used to generate docs
Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
1 parent 784a57b commit 5c7bc4d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: Install graphviz
8080
run: sudo apt-get -yq install graphviz
8181
- name: Build documentation
82-
run: pip install "sphinx~=4.4.0" "sphinx_rtd_theme~=1.0.0" && python setup.py build_sphinx -W
82+
run: pip install "sphinx~=7.4.0" "sphinx_rtd_theme~=3.0.0" && python setup.py build_sphinx -W
8383
- name: Upload docs as artifact
8484
uses: actions/upload-artifact@v4
8585
with:

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,10 @@
228228
# Example configuration for intersphinx: refer to the Python standard library.
229229
intersphinx_mapping = {'python': ('https://docs.python.org/3', None),
230230
'numpy': ('https://numpy.org/doc/stable/', None),
231-
'sklearn': ('https://scikit-learn.org/stable/', None),
231+
'sklearn': ('https://scikit-learn.org/1.5/', None),
232232
'matplotlib': ('https://matplotlib.org/stable/', None),
233233
'shap': ('https://shap.readthedocs.io/en/stable/', None),
234-
'dowhy': ('https://www.pywhy.org/dowhy/v0.8/', None),
234+
'dowhy': ('https://www.pywhy.org/dowhy/stable/', None),
235235
'statsmodels': ('https://www.statsmodels.org/stable/', None)}
236236

237237

0 commit comments

Comments
 (0)