Skip to content

Commit

Permalink
fix rtd theme install
Browse files Browse the repository at this point in the history
  • Loading branch information
tiltingpenguin committed Feb 14, 2024
1 parent 1e2bf5e commit 2de0bbb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ sphinx:
# Optionally build your docs in additional formats such as PDF
formats:
- pdf

python:
install:
- requirements: docs/requirements.rtd.txt
1 change: 1 addition & 0 deletions docs/requirements.rtd.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sphinx_rtd_theme==1.0.0

0 comments on commit 2de0bbb

Please sign in to comment.