explicitly load sphinx_rtd_theme module.

This commit is contained in:
George Wang 2024-01-04 12:40:56 -05:00
parent f15fcff5d4
commit 80738b914b
2 changed files with 4 additions and 3 deletions

View File

@ -30,6 +30,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: docs/requirements.txt
python:
install:
- requirements: docs/requirements.txt

1
docs/requirements.txt Normal file
View File

@ -0,0 +1 @@
sphinx-rtd-theme