Skip to content

Commit 0c3a416

Browse files
committed
Let readthedocs manage the sphinx installation.
Also switch to the = syntax to pull the latest bugfix release 3.11.*. Problems with the bulleted lists should have been fixed: readthedocs/readthedocs.org#8252 But conda environments don't work well when the users specifies sphinx and sphinx_rtd_theme: readthedocs/readthedocs.org#3829
1 parent a9234f5 commit 0c3a416

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sphinx-doc/environment.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
channels:
22
- conda-forge
33
dependencies:
4-
- python==3.10
5-
- sphinx
6-
- sphinx_rtd_theme
4+
- python=3.11
75
- ipython
86
- ipython_genutils
97
- numpy

0 commit comments

Comments
 (0)