Skip to content

Commit 69f7c13

Browse files
authored
chore: disable cython when building docs (#1498)
1 parent d8e7057 commit 69f7c13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build:
1010
post_install:
1111
# https://docs.readthedocs.com/platform/stable/build-customization.html#install-dependencies-with-poetry
1212
- pip install poetry
13-
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
13+
- SKIP_CYTHON=1 VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
1414

1515
sphinx:
1616
configuration: docs/conf.py

0 commit comments

Comments
 (0)