Skip to content

Commit c71e586

Browse files
committed
.readthedocs.yaml: install sphinx-rtd-theme
1 parent 1039fb5 commit c71e586

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.readthedocs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ build:
1010
tools:
1111
python: "3.12"
1212

13+
python:
14+
install:
15+
- requirements: "doc/requirements.txt"
16+
1317
# Build documentation in the "docs/" directory with Sphinx
1418
sphinx:
1519
configuration: doc/conf.py

doc/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sphinx-rtd-theme==2.0.0

0 commit comments

Comments
 (0)