Skip to content

Commit

Permalink
Define Python requirements needed to build the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Jan 4, 2024
1 parent 5a1b172 commit d280414
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ build:
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

# Python requirements required to build the documentation
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
sphinx_rtd_theme

0 comments on commit d280414

Please sign in to comment.