Skip to content

Commit 3baf91d

Browse files
fix readthedocs build
1 parent 87311b9 commit 3baf91d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.readthedocs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build:
1414
jobs:
1515
post_create_environment:
1616
- pip install pdm
17-
- pdm export --format requirements --prod --group doc --output requirements-doc.txt
17+
- pdm export --format requirements --group doc --output requirements-doc.txt
1818

1919
# Build documentation in the docs/ directory with Sphinx
2020
sphinx:
@@ -28,4 +28,4 @@ python:
2828
install:
2929
- requirements: requirements-doc.txt
3030
- method: pip
31-
path: .
31+
path: .

0 commit comments

Comments
 (0)