We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 935df79 commit 1ba3899Copy full SHA for 1ba3899
.readthedocs.yml
@@ -11,11 +11,10 @@ build:
11
python: "3.11"
12
jobs:
13
post_create_environment:
14
- - pip install pdm
+ - pip install pdm nox
15
post_install:
16
- pdm use -f $READTHEDOCS_VIRTUALENV_PATH
17
- pdm sync -G doc --no-self
18
- - pdm run python -c "from fluidfft_builder import create_fake_modules as c; c()"
19
- pdm run pip install . --no-deps -C setup-args=-Dtransonic-backend=python
20
21
sphinx:
0 commit comments