Skip to content

Commit

Permalink
Merge pull request #52 from UBC-MDS/project_tomlfixing
Browse files Browse the repository at this point in the history
fixing readthedocs yaml
  • Loading branch information
vrudhgarg authored Jan 23, 2025
2 parents fdb5916 + 15d3ec3 commit c0354c3
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 c0354c3

Please sign in to comment.