Skip to content

Commit

Permalink
Explicitly install package as part of docu build #179
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalk committed Nov 1, 2023
1 parent a4e31ed commit 5890bad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ formats:

python:
install:
- requirements: requirements/docs.txt
- method: pip
path: .
- requirements: requirements/docs.txt
1 change: 1 addition & 0 deletions requirements/main.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-r main.txt
pytest>=5.2
Flask
Werkzeug

0 comments on commit 5890bad

Please sign in to comment.