From 50b5ede17827f2dd6d7103aaff3c02b18aef8373 Mon Sep 17 00:00:00 2001 From: "Jason K. Moore" Date: Thu, 22 Oct 2020 09:45:14 +0200 Subject: [PATCH] Updates to readthedocs conda config. --- .readthedocs.yml | 2 -- docs/rtd-env.yml | 8 +------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index bfd0fe2a..7ef02763 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -2,7 +2,5 @@ version: 2 sphinx: configuration: docs/conf.py formats: all -python: - version: 3.7 conda: environment: docs/rtd-env.yml diff --git a/docs/rtd-env.yml b/docs/rtd-env.yml index 139377bd..23b4ca3a 100644 --- a/docs/rtd-env.yml +++ b/docs/rtd-env.yml @@ -1,19 +1,13 @@ name: rtd-env channels: - conda-forge - - defaults dependencies: - cython - - gcc_linux-64 - - gfortran_linux-64 - - gxx_linux-64 - - ipython - - ipywidgets - jupyter_sphinx - matplotlib-base - numpy - numpydoc - - python =3.7 + - python =3.8.* - pythreejs - scipy - sphinx