Skip to content

Commit ca4d4dc

Browse files
authored
Merge branch 'main' into tensor_p2i
2 parents 284e565 + f588f8b commit ca4d4dc

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.ci/environment_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ dependencies:
1212
- matplotlib
1313

1414
# documentation
15-
- sphinx
16-
- pydata-sphinx-theme==0.15.4
17-
- sphinx-gallery>=0.1.13
18-
- numpydoc>=1.5
15+
- sphinx==8.1.3
16+
- pydata-sphinx-theme==0.16.1
17+
- sphinx-gallery==0.19.0
18+
- numpydoc==1.9.0
1919
- jupyter
2020
- graphviz
2121
- pillow

docs/_static/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{
1313
"name": "0.11.2",
1414
"version": "v0.11.2",
15-
"url": "https://discretize.simpeg.xyz/en/v0.11.2/",
15+
"url": "https://discretize.simpeg.xyz/en/v0.11.2/"
1616
},
1717
{
1818
"name": "0.11.1",

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.1.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)