Skip to content

Commit

Permalink
chore: fix docs (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Oct 3, 2024
1 parent e3519bb commit 5a3b4cb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,14 @@ version: 2
build:
os: ubuntu-20.04
tools:
python: "3.9"
python: "3.12"
jobs:
post_create_environment:
# Install poetry
- pip install poetry
# Tell poetry to not use a virtual environment
- poetry config virtualenvs.create false
post_install:
# Install dependencies
- poetry install --with docs
# Install dependencies, reusing RTD virtualenv
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs

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

0 comments on commit 5a3b4cb

Please sign in to comment.