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 @@ -117,7 +117,7 @@ def get_wheelhouse_assets_dictionary():
117
117
118
118
# Intersphinx mapping
119
119
intersphinx_mapping = {
120
- "python" : ("https://docs.python.org/3" , None ),
120
+ "python" : ("https://docs.python.org/3.11 " , None ),
121
121
"numpy" : ("https://numpy.org/doc/stable" , None ),
122
122
"scipy" : ("https://docs.scipy.org/doc/scipy/" , None ),
123
123
"pyvista" : ("https://docs.pyvista.org/version/stable" , None ),
Original file line number Diff line number Diff line change @@ -68,13 +68,13 @@ tests = [
68
68
" vtk==9.2.6" ,
69
69
]
70
70
doc = [
71
- " ansys-sphinx-theme==0.12.1 " ,
71
+ " ansys-sphinx-theme==0.12.2 " ,
72
72
" docker==6.1.3" ,
73
73
" ipyvtklink==0.2.3" ,
74
74
" jupyter_sphinx==0.4.0" ,
75
75
" jupytext==1.15.2" ,
76
76
" myst-parser==2.0.0" ,
77
- " nbconvert==7.9.0 " ,
77
+ " nbconvert==7.9.1 " ,
78
78
" nbsphinx==0.9.3" ,
79
79
" notebook==7.0.4" ,
80
80
" numpydoc==1.6.0" ,
You can’t perform that action at this time.
0 commit comments