Skip to content

Commit

Permalink
correct rtd use
Browse files Browse the repository at this point in the history
  • Loading branch information
AbstractUmbra committed Dec 15, 2024
1 parent 5c346a9 commit 86f459a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ build:
post_create_environment:
- pip install -U pdm
- pdm config python.use_venv false
- pdm config venv.in_project false
post_install:
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH pdm install --without speedups
- pdm use -f $READTHEDOCS_VIRTUALENV_PATH
- pdm install --without speedups
os: ubuntu-22.04
tools:
python: "3.11"
Expand Down

0 comments on commit 86f459a

Please sign in to comment.