Skip to content

Commit

Permalink
correct missed rtd config
Browse files Browse the repository at this point in the history
  • Loading branch information
AbstractUmbra committed Dec 14, 2024
1 parent ab2e08a commit 0071eae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
build:
jobs:
post_create_environment:
- pip install -U poetry
- poetry config virtualenvs.create false
- pip install -U pdm
- pdm config python.use_venv false
post_install:
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --without speedups
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH pdm install --without speedups
os: ubuntu-22.04
tools:
python: "3.11"
Expand Down

0 comments on commit 0071eae

Please sign in to comment.