Skip to content

Commit

Permalink
rearrange requirements in .readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mscarey committed May 20, 2021
1 parent e8f280e commit ab515ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ python:
version: 3.8
install:
- requirements: requirements.txt
- requirements: requirements-docs.txt

- method: pip
path: .
extra_requirements:
- requirements-docs.txt
- docs

0 comments on commit ab515ea

Please sign in to comment.