Skip to content

Commit

Permalink
Fix ReadTheDocs build
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Jan 9, 2025
1 parent 5949498 commit e11474f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ build:
- python -m pip install poetry
- python -m pip install --no-deps sphinx-plantuml # remove after https://github.com/zqmillet/sphinx-plantuml/pull/4
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m poetry config virtualenvs.create false
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m poetry config virtualenvs.prefer-active-python true
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m poetry debug info
post_install:
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m poetry install --no-root --all-extras --with docs --without dev,test
Expand Down

0 comments on commit e11474f

Please sign in to comment.