Skip to content

Commit

Permalink
Merge pull request #185 from darrylmelander/fix-read-the-docs
Browse files Browse the repository at this point in the history
Fix online documentation build on RTD
  • Loading branch information
darrylmelander authored Jan 3, 2024
2 parents 31ac9f5 + 9f33c47 commit 7a35468
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ sphinx:

formats: all

python:
install:
- requirements: doc/OnlineDocs/requirements.txt

# Set the version of Python and requirements required to build the docs
#python:
# version: 3
Expand Down
1 change: 1 addition & 0 deletions doc/OnlineDocs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sphinx-rtd-theme

0 comments on commit 7a35468

Please sign in to comment.