Skip to content

Commit

Permalink
Get rid of docs/requirements.txt and use pip method for readthedocs (#28
Browse files Browse the repository at this point in the history
)
  • Loading branch information
yunzheng committed Oct 21, 2022
1 parent 3349322 commit 18c6974
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
10 changes: 9 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,17 @@ build:
python: "3.10"

python:
version: "3.7"
install:
- requirements: docs/requirements.txt
# equivalent to: pip install .[all]
- method: pip
path: .
extra_requirements:
- all
# equivalent to: pip install .[docs]
- method: pip
path: .
extra_requirements:
- docs

formats: all
7 changes: 0 additions & 7 deletions docs/requirements.txt

This file was deleted.

0 comments on commit 18c6974

Please sign in to comment.