We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f5abc1 commit 760da49Copy full SHA for 760da49
.readthedocs.yml
@@ -10,9 +10,11 @@ build:
10
- asdf plugin add poetry
11
- asdf install poetry latest
12
- asdf global poetry latest
13
- - poetry config virtualenvs.create false
14
- post_install:
15
- - poetry install
+ - poetry export --with dev --format=requirements.txt --output=requirements.txt
+
+python:
16
+ install:
17
+ - requirements: requirements.txt
18
19
# Build documentation in the docs/ directory with Sphinx
20
sphinx:
0 commit comments