File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 228228# Example configuration for intersphinx: refer to the Python standard library.
229229intersphinx_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
You can’t perform that action at this time.
0 commit comments