We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e7057 commit 69f7c13Copy full SHA for 69f7c13
1 file changed
.readthedocs.yaml
@@ -10,7 +10,7 @@ build:
10
post_install:
11
# https://docs.readthedocs.com/platform/stable/build-customization.html#install-dependencies-with-poetry
12
- pip install poetry
13
- - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
+ - SKIP_CYTHON=1 VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
14
15
sphinx:
16
configuration: docs/conf.py
0 commit comments