Skip to content

Commit

Permalink
Update RTD config
Browse files Browse the repository at this point in the history
Apparently docs were not building correctly, and furthermore, we had
some setting to use system packages, which will no longer be allowed.

Let's get that fixed.
  • Loading branch information
dwhswenson committed Aug 8, 2023
1 parent 3ae38ea commit 78dfbba
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions readthedocs.yml → .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
version: 2

#conda:
#environment: docs/environment.yml
build:
os: ubuntu-22.04
tools:
python: 3.11

python:
install:
- requirements: docs/rtd_requirements.txt
#- requirements: requirements.txt
- requirements: docs/requirements.txt
- method: setuptools
path: .
#- method: pip
#path: .
#system_packages: false

system_packages: false

0 comments on commit 78dfbba

Please sign in to comment.