Skip to content

Commit 93e2ce5

Browse files
committed
Pin docs dep versions
Hope this helps
1 parent 237c904 commit 93e2ce5

File tree

2 files changed

+19
-16
lines changed

2 files changed

+19
-16
lines changed

docs/environment.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,20 @@ name: scijava-docs
22
channels:
33
- conda-forge
44
dependencies:
5-
- myst-nb
5+
- python==3.11
6+
- myst-nb==1.3.0
67
- openjdk=11
78
- plotly
8-
- sphinx=7.2
9-
- sphinx-copybutton
10-
- sphinx_rtd_theme
9+
- sphinx==8.2.2
10+
- sphinx-copybutton==0.5.2
11+
- sphinx_rtd_theme==3.0.2
1112

1213
- pip
1314
- pip:
1415
# NB: Needed for newer sphinx versions - see
1516
# https://github.com/thclark/sphinx-charts/issues/23
16-
- sphinxcontrib-jquery
17-
- sphinx-multiproject
18-
- readthedocs-sphinx-search
19-
- sphinx-tabs
20-
- sphinx_charts
17+
- sphinxcontrib-jquery
18+
- sphinx-multiproject==1.0.0
19+
- readthedocs-sphinx-search==0.3.2
20+
- sphinx-tabs==3.4.7
21+
- sphinx_charts==0.2.1

docs/requirements.txt

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
sphinx-multiproject
2-
sphinx_rtd_theme
3-
sphinx-tabs
4-
sphinx_charts
5-
sphinx-copybutton
6-
myst-nb
7-
readthedocs-sphinx-search
1+
setuptools<81
2+
sphinx==8.2.3
3+
sphinx-multiproject==1.0.0
4+
sphinx_rtd_theme==3.0.2
5+
sphinx-tabs==3.4.7
6+
sphinx_charts==0.2.1
7+
sphinx-copybutton==0.5.2
8+
myst-nb==1.3.0
9+
readthedocs-sphinx-search==0.3.2

0 commit comments

Comments
 (0)