Skip to content

Commit cba9e09

Browse files
committed
8.1.3 is last to support python 3.10
1 parent 65ed893 commit cba9e09

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.ci/environment_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
- matplotlib
1313

1414
# documentation
15-
- sphinx==8.2.3
15+
- sphinx==8.1.3
1616
- pydata-sphinx-theme==0.16.1
1717
- sphinx-gallery==0.19.0
1818
- numpydoc==1.9.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ viz = ["vtk>=6", "pyvista"]
6161
omf = ["omf"]
6262
all = ["discretize[plot,viz,omf]"]
6363
doc = [
64-
"sphinx==8.2.3",
64+
"sphinx==8.1.3",
6565
"pydata-sphinx-theme==0.16.1",
6666
"sphinx-gallery==0.19.0",
6767
"numpydoc==1.9.0",

0 commit comments

Comments
 (0)