Skip to content

Commit 282b288

Browse files
authored
Fix "Invalid configuration key: python.requirements" (#91)
1 parent 62cbb7a commit 282b288

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.readthedocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ formats:
2323

2424
# Optionally declare the Python requirements required to build the docs
2525
python:
26-
requirements: docs/source/requirements.txt
26+
install:
27+
- requirements: docs/source/requirements.txt

0 commit comments

Comments
 (0)