From 4722a72e963464118914959e269ca280bf3409fb 2023-01-27 11:55:50 From: Matthias Bussonnier Date: 2023-01-27 11:55:50 Subject: [PATCH] second try at trying to fix RTD; (#13909) --- diff --git a/docs/environment.yml b/docs/environment.yml index e4c6a55..9961253 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -3,13 +3,14 @@ channels: - conda-forge - defaults dependencies: - - python=3.11 - - setuptools>=18.5 + - python=3.10 + - setuptools - sphinx>=4.2 - - sphinx_rtd_theme>=1.0 + - sphinx_rtd_theme - numpy - testpath - matplotlib + - pip - pip: - docrepr - prompt_toolkit