Skip to content

Commit

Permalink
docs: install as package
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Apr 8, 2021
1 parent 1b066ee commit 51f4680
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
version: 2
formats:
- pdf
requirements_file: docs/requirements.txt
python:
version: 3
version: 3.8
install:
- requirements: docs/requirements.txt
- method: pip
path: .
system_packages: false

0 comments on commit 51f4680

Please sign in to comment.