Skip to content

Commit 7235308

Browse files
Merge pull request #546 from inknos/fix-readthedocs-requirements
Use extra requirements to build readthedocs
2 parents daa4837 + e75a2d3 commit 7235308

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ build:
2121
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
2222
python:
2323
install:
24-
- requirements: requirements.txt
24+
method: pip
25+
path: .
26+
extra_requirements:
27+
- docs
2528

2629
# Build documentation in the docs/ directory with Sphinx
2730
sphinx:

0 commit comments

Comments
 (0)