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:
parent
c9752598a5
commit
19e8d53320
@ -17,6 +17,6 @@ sphinx:
|
|||||||
configuration: doc/conf.py
|
configuration: doc/conf.py
|
||||||
fail_on_warning: true
|
fail_on_warning: true
|
||||||
|
|
||||||
# If using Sphinx, optionally build your docs in additional formats such as PDF
|
python:
|
||||||
# formats:
|
install:
|
||||||
# - pdf
|
- requirements: doc/requirements.txt
|
||||||
|
1
doc/requirements.txt
Normal file
1
doc/requirements.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
sphinx-rtd-theme~=1.3.0
|
Loading…
Reference in New Issue
Block a user