.readthedocs.yaml: install sphinx-rtd-theme

This commit is contained in:
Max Kellermann 2024-01-19 10:31:47 +01:00
parent 1039fb5582
commit c71e586c53
2 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,10 @@ build:
tools:
python: "3.12"
python:
install:
- requirements: "doc/requirements.txt"
# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: doc/conf.py

1
doc/requirements.txt Normal file
View File

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