Skip to content

Commit 3e5d1d2

Browse files
committed
pin more doc building related versions
1 parent a43d105 commit 3e5d1d2

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.ci/environment_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ dependencies:
1414
# documentation
1515
- sphinx==8.2.3
1616
- pydata-sphinx-theme==0.16.1
17-
- sphinx-gallery>=0.1.13
18-
- numpydoc>=1.5
17+
- sphinx-gallery==0.19.0
18+
- numpydoc==1.9.0
1919
- jupyter
2020
- graphviz
2121
- pillow

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ viz = ["vtk>=6", "pyvista"]
6161
omf = ["omf"]
6262
all = ["discretize[plot,viz,omf]"]
6363
doc = [
64-
"sphinx!=4.1.0",
65-
"pydata-sphinx-theme==0.15.4",
66-
"sphinx-gallery==0.1.13",
67-
"numpydoc>=1.5",
64+
"sphinx==8.2.3",
65+
"pydata-sphinx-theme==0.16.1",
66+
"sphinx-gallery==0.19.0",
67+
"numpydoc==1.9.0",
6868
"jupyter",
6969
"graphviz",
7070
"pillow",

0 commit comments

Comments
 (0)