Skip to content

Commit

Permalink
clean up working docs yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jchate6 committed Mar 1, 2024
1 parent b0ae9b5 commit 4e5ccb0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,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
# Install dependencies with 'docs' dependency group with above virtual environment
# https://python-poetry.org/docs/managing-dependencies/#dependency-groups
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs

Expand Down

0 comments on commit 4e5ccb0

Please sign in to comment.