Skip to content

Commit d280414

Browse files
committed
Define Python requirements needed to build the docs
1 parent 5a1b172 commit d280414

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.readthedocs.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,8 @@ build:
1212
# Build documentation in the docs/ directory with Sphinx
1313
sphinx:
1414
configuration: docs/conf.py
15+
16+
# Python requirements required to build the documentation
17+
python:
18+
install:
19+
- requirements: docs/requirements.txt

docs/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sphinx
2+
sphinx_rtd_theme

0 commit comments

Comments
 (0)