Skip to content

Commit

Permalink
(docs) readthedocs build failure fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljprice committed Oct 23, 2023
1 parent 7753266 commit a3d1412
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ sphinx:
# - pdf

# Optionally set the version of Python and requirements required to build your docs
#python:
# install:
# - requirements: docs/requirements.txt
python:
install:
- requirements: docs/requirements.txt
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sphinx-rtd-theme

0 comments on commit a3d1412

Please sign in to comment.