doc: Explicitly specify sphinx rtd theme dependency

Since August 7, 2023, readthedocs will not install the rtd theme by
default anymore.

Ref: https://blog.readthedocs.com/python-core-requirements-changed/
This commit is contained in:
patrick96 2023-10-08 21:04:34 +02:00 committed by Patrick Ziegler
parent c9752598a5
commit 19e8d53320
2 changed files with 4 additions and 3 deletions

View File

@ -17,6 +17,6 @@ sphinx:
configuration: doc/conf.py
fail_on_warning: true
# If using Sphinx, optionally build your docs in additional formats such as PDF
# formats:
# - pdf
python:
install:
- requirements: doc/requirements.txt

1
doc/requirements.txt Normal file
View File

@ -0,0 +1 @@
sphinx-rtd-theme~=1.3.0