Skip to content

Commit

Permalink
Add requirements for readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
wigging committed Nov 17, 2023
1 parent 934bbbe commit 6b23033
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .readthedocs.yaml → docs/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ formats: all
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sphinx
sphinx-rtd-theme

0 comments on commit 6b23033

Please sign in to comment.