Skip to content

Commit 8329365

Browse files
committed
Use extra requirements to build readthedocs
Fixes: containers#532 Signed-off-by: Nicola Sella <[email protected]>
1 parent c4aad1b commit 8329365

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)