Skip to content

Commit ed60bf6

Browse files
authored
Replace deprecated requirements file (#166)
1 parent accf75e commit ed60bf6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ build:
2626
# install the package
2727
python:
2828
install:
29-
- requirements: requirements-dev.txt
3029
- method: pip
3130
path: .
31+
extra_requirements:
32+
- dev
3233

3334
# Build documentation in the docs/ directory with Sphinx
3435
sphinx:

0 commit comments

Comments
 (0)