Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/add-test-urls' into add-test-urls
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwojcik committed Nov 10, 2024
2 parents 43f3694 + 158732a commit b5c234a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ build:
tools:
python: "3.11"
jobs:
pre_build:
- pip install poetry
- poetry config virtualenvs.create false
- poetry install --only docs
post_create_environment:
- python -m pip install poetry
post_install:
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs

sphinx:
configuration: docs/source/conf.py

0 comments on commit b5c234a

Please sign in to comment.