Skip to content

Commit

Permalink
Merge pull request #1142 from NREL/fix-docs
Browse files Browse the repository at this point in the history
RTD: fix docs build
  • Loading branch information
joseph-robertson committed Oct 4, 2023
2 parents a74e666 + debd284 commit 2c9cf9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
sphinx:
configuration: docs/read_the_docs/source/conf.py

build:
os: ubuntu-22.04
tools:
python: "3.8"
python:
version: "3.8"
install:
- requirements: docs/read_the_docs/requirements.txt
2 changes: 2 additions & 0 deletions docs/read_the_docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sphinx<2
sphinx-rtd-theme<0.5

0 comments on commit 2c9cf9f

Please sign in to comment.