Skip to content

Commit b503b74

Browse files
committed
Add needed requirements for the sphinx build.
1 parent 7dba4ad commit b503b74

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

readthedocs.yml

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

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

0 commit comments

Comments
 (0)