From 0c3a416247f50efbb732a5892ba412d120adff90 Mon Sep 17 00:00:00 2001 From: "Joshua A. Anderson" Date: Thu, 12 Jan 2023 09:21:20 -0500 Subject: [PATCH] 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: https://github.com/readthedocs/readthedocs.org/issues/8252 But conda environments don't work well when the users specifies sphinx and sphinx_rtd_theme: https://github.com/readthedocs/readthedocs.org/issues/3829 --- sphinx-doc/environment.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sphinx-doc/environment.yml b/sphinx-doc/environment.yml index fa2cef0fa0..6f96f2c1a1 100644 --- a/sphinx-doc/environment.yml +++ b/sphinx-doc/environment.yml @@ -1,9 +1,7 @@ channels: - conda-forge dependencies: - - python==3.10 - - sphinx - - sphinx_rtd_theme + - python=3.11 - ipython - ipython_genutils - numpy