Skip to content

Commit

Permalink
Chore: Change readthedocs config to use pip instead of conda
Browse files Browse the repository at this point in the history
  • Loading branch information
dileep-kishore committed Jan 21, 2021
1 parent 36f7379 commit 139d49b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
version: 2

sphinx:
configuration: docs/conf.py

python:
version: 3.8
install:
- method: pip
path: .
extra_requirements:
- docs

conda:
environment: env.yml

0 comments on commit 139d49b

Please sign in to comment.