Skip to content

Commit 3cb5808

Browse files
committed
Added sphinx requirements to readthedocs yaml
1 parent 49e3ab9 commit 3cb5808

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ build:
1414

1515
# Build documentation in the "docs/" directory with Sphinx
1616
sphinx:
17-
1817
configuration: sphinx/source/conf.py
1918

2019
# You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
@@ -32,6 +31,6 @@ sphinx:
3231
# to build your documentation
3332
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
3433

35-
# python:
36-
# install:
37-
# - requirements: docs/requirements.txt
34+
python:
35+
install:
36+
- requirements: sphinx/requirements.txt

0 commit comments

Comments
 (0)