Skip to content

Commit

Permalink
Readthedocs: add requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Oct 22, 2023
1 parent 12f7457 commit 50023b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ sphinx:
# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
# python:
# install:
# - requirements: doc/requirements.txt
python:
install:
- requirements: doc/requirements.txt
2 changes: 2 additions & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Sphinx >= 7.2.5
sphinx_rtd_theme >= 1.3.0

0 comments on commit 50023b1

Please sign in to comment.