Skip to content

Commit b43bb04

Browse files
committed
switch back to non-conda based rtd config
* ReadTheDocs has updated their base python image, meaning the anaconda-based config is no longer needed. The conda config was out-of-date and failing to build anyway since the setuptools dependency version bump.
1 parent f13c186 commit b43bb04

File tree

2 files changed

+3
-32
lines changed

2 files changed

+3
-32
lines changed

environment.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

readthedocs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
conda:
2-
file: environment.yml
1+
requirements_file: doc-requirements.txt
2+
python:
3+
setup_py_install: true

0 commit comments

Comments
 (0)