We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87311b9 commit 3baf91dCopy full SHA for 3baf91d
.readthedocs.yml
@@ -14,7 +14,7 @@ build:
14
jobs:
15
post_create_environment:
16
- pip install pdm
17
- - pdm export --format requirements --prod --group doc --output requirements-doc.txt
+ - pdm export --format requirements --group doc --output requirements-doc.txt
18
19
# Build documentation in the docs/ directory with Sphinx
20
sphinx:
@@ -28,4 +28,4 @@ python:
28
install:
29
- requirements: requirements-doc.txt
30
- method: pip
31
- path: .
+ path: .
0 commit comments