Skip to content

Commit

Permalink
Use 'poetry shell'
Browse files Browse the repository at this point in the history
  • Loading branch information
chdemko committed Jul 26, 2024
1 parent fdd09b4 commit cce465b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ build:
jobs:
post_checkout:
- git fetch --unshallow || true
- git config remote.origin.fetch '+refs/heads/*:refs/remotes/origin/*' || true
- git fetch --all --tags || true
post_create_environment:
# Install poetry
# https://python-poetry.org/docs/#installing-manually
Expand All @@ -25,6 +23,7 @@ build:
# Install dependencies with 'docs' dependency group
# https://python-poetry.org/docs/managing-dependencies/#dependency-groups
- poetry install --with docs
- poetry shell

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

0 comments on commit cce465b

Please sign in to comment.