Skip to content

Commit e81f9d9

Browse files
MAINT: Bump the docs-deps group with 2 updates (#794)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
1 parent 226e334 commit e81f9d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def get_wheelhouse_assets_dictionary():
117117

118118
# Intersphinx mapping
119119
intersphinx_mapping = {
120-
"python": ("https://docs.python.org/3", None),
120+
"python": ("https://docs.python.org/3.11", None),
121121
"numpy": ("https://numpy.org/doc/stable", None),
122122
"scipy": ("https://docs.scipy.org/doc/scipy/", None),
123123
"pyvista": ("https://docs.pyvista.org/version/stable", None),

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ tests = [
6868
"vtk==9.2.6",
6969
]
7070
doc = [
71-
"ansys-sphinx-theme==0.12.1",
71+
"ansys-sphinx-theme==0.12.2",
7272
"docker==6.1.3",
7373
"ipyvtklink==0.2.3",
7474
"jupyter_sphinx==0.4.0",
7575
"jupytext==1.15.2",
7676
"myst-parser==2.0.0",
77-
"nbconvert==7.9.0",
77+
"nbconvert==7.9.1",
7878
"nbsphinx==0.9.3",
7979
"notebook==7.0.4",
8080
"numpydoc==1.6.0",

0 commit comments

Comments
 (0)