Skip to content

Commit

Permalink
updated readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhegarty committed Sep 14, 2023
1 parent a2bd326 commit 3e97521
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,13 @@ build:
os: "ubuntu-22.04"
tools:
python: "3.11"

sphinx:
configuration: docs/conf.py

# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: requirements/docs.txt
1 change: 1 addition & 0 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
-r base.txt
sphinx
sphinx-rtd-theme

0 comments on commit 3e97521

Please sign in to comment.