.readthedocs.yaml: install sphinx-rtd-theme
This commit is contained in:
parent
1039fb5582
commit
c71e586c53
|
@ -10,6 +10,10 @@ build:
|
||||||
tools:
|
tools:
|
||||||
python: "3.12"
|
python: "3.12"
|
||||||
|
|
||||||
|
python:
|
||||||
|
install:
|
||||||
|
- requirements: "doc/requirements.txt"
|
||||||
|
|
||||||
# Build documentation in the "docs/" directory with Sphinx
|
# Build documentation in the "docs/" directory with Sphinx
|
||||||
sphinx:
|
sphinx:
|
||||||
configuration: doc/conf.py
|
configuration: doc/conf.py
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
sphinx-rtd-theme==2.0.0
|
Loading…
Reference in New Issue