From 7d1e439e204131b18acde50a666c051b929f9aae Mon Sep 17 00:00:00 2001 From: Cameron Hummels Date: Wed, 13 Oct 2021 05:39:02 -0700 Subject: [PATCH] Fixing RTD API docs --- environment.yml | 39 --------------------------------------- readthedocs.yml | 2 -- 2 files changed, 41 deletions(-) delete mode 100644 environment.yml diff --git a/environment.yml b/environment.yml deleted file mode 100644 index d76a0eb77..000000000 --- a/environment.yml +++ /dev/null @@ -1,39 +0,0 @@ -name: trident -dependencies: - - pip=19.1.1=py36_0 - - setuptools=41.0.1=py36_0 - - wheel=0.33.4=py36_0 - - pip: - - appnope==0.1.0 - - astropy==3.2.1 - - backcall==0.1.0 - - chardet==3.0.4 - - cycler==0.10.0 - - cython==0.29.13 - - decorator==4.4.0 - - h5py==2.9.0 - - idna==2.8 - - ipython==7.7.0 - - ipython-genutils==0.2.0 - - jedi==0.14.1 - - kiwisolver==1.1.0 - - matplotlib==3.1.1 - - mpmath==1.1.0 - - numpy==1.17.0 - - parso==0.5.1 - - pexpect==4.7.0 - - pickleshare==0.7.5 - - prompt-toolkit==2.0.9 - - ptyprocess==0.6.0 - - pygments==2.4.2 - - pyparsing==2.4.2 - - python-dateutil==2.8.0 - - requests==2.22.0 - - scipy==1.0.1 - - sphinx==4.2.0 - - sympy==1.4 - - traitlets==4.3.2 - - urllib3==1.25.3 - - wcwidth==0.1.7 - - yt==4.0.1 - - yt-astro-analysis==1.0.0 diff --git a/readthedocs.yml b/readthedocs.yml index 989659fe6..dda01ea06 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,5 +1,3 @@ -conda: - file: environment.yml python: setup_py_install: false pip_install: true