Skip to content

Commit

Permalink
update readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
lpicci96 committed Aug 22, 2024
1 parent 7e661b2 commit 6780987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.9"
python: "3.10"
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

# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/conf.py

0 comments on commit 6780987

Please sign in to comment.