Skip to content

Commit

Permalink
[INFRA] Try not using virtual env in doc deployment (#7)
Browse files Browse the repository at this point in the history
* Try not using virtual env

* try different
  • Loading branch information
NicolasGensollen authored Nov 15, 2024
1 parent 4ae10f2 commit 5c199eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ build:
jobs:
post_create_environment:
- pip install poetry
- poetry install --only docs
post_install:
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs

# Build documentation in the "docs/" directory with Sphinx
sphinx:
Expand Down

0 comments on commit 5c199eb

Please sign in to comment.