Skip to content

Commit

Permalink
fixing readthedocs yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vrudhgarg committed Jan 23, 2025
1 parent baf43cb commit 15d3ec3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ build:
os: ubuntu-24.04
tools:
python: "3.11"
jobs:
post_create_environment:
# Install poetry
# https://python-poetry.org/docs/#installing-manually
- pip install poetry
post_install:
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --all-groups


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

0 comments on commit 15d3ec3

Please sign in to comment.