File tree Expand file tree Collapse file tree 2 files changed +19
-16
lines changed
Expand file tree Collapse file tree 2 files changed +19
-16
lines changed Original file line number Diff line number Diff line change @@ -2,19 +2,20 @@ name: scijava-docs
22channels :
33 - conda-forge
44dependencies :
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments