Skip to content

Commit

Permalink
Merge pull request #73 from py-pkgs/patch-rtd-the-way
Browse files Browse the repository at this point in the history
Update .readthedocs.yml to the new way
  • Loading branch information
ttimbers authored Apr 9, 2024
2 parents ffc0a6e + 064ba2f commit 8aed95c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions {{ cookiecutter.__package_slug }}/.readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,8 @@ build:
# Install poetry
# https://python-poetry.org/docs/#installing-manually
- pip install poetry
# Tell poetry to not use a virtual environment
- poetry config virtualenvs.create false
post_install:
# Install dependencies with 'docs' dependency group
# https://python-poetry.org/docs/managing-dependencies/#dependency-groups
- poetry install
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install

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

0 comments on commit 8aed95c

Please # to comment.