Skip to content

Commit

Permalink
docs: fix rtd config
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrcia committed May 28, 2024
1 parent c6bfde8 commit 18a415e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ build:
tools:
python: "3.10"
jobs:
post_create_environment:
- pip install poetry
post_install:
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH pip install ".[docs]"

sphinx:
configuration: docs/conf.py

0 comments on commit 18a415e

Please sign in to comment.