Skip to content

Commit

Permalink
more RTD fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey committed Dec 22, 2024
1 parent da9e26f commit 26067b0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ build:
tools:
python: "3.12"

# Explicitly set the version of Python and its requirements
python:
install:
- requirements: docs/requirements.txt

# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/conf.py
Expand Down
3 changes: 3 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
sphinx==8.1.3
sphinx-rtd-theme==3.0.2
sphinx-notfound-page==1.0.4

0 comments on commit 26067b0

Please sign in to comment.