Skip to content

Commit bf81281

Browse files
committed
Fix readthedocs.yaml
1 parent 3f7a507 commit bf81281

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.readthedocs.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@ formats: all
2424
# Optionally set the version of Python and requirements required to build your docs
2525
python:
2626
install:
27-
- requirements: requirements_docs.txt
28-
- path: .
27+
- method: pip
28+
path: .
29+
extra_requirements:
30+
- docs

0 commit comments

Comments
 (0)