Skip to content

Commit

Permalink
read
Browse files Browse the repository at this point in the history
  • Loading branch information
xximing committed Jan 26, 2025
1 parent 47a1b94 commit 88ba67c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,9 @@ build:
# Install poetry
# https://python-poetry.org/docs/#installing-manually
- pip install poetry
# Tell poetry to not use a virtual environment
- poetry config virtualenvs.create false
post_install:
# Install dependencies with 'docs' dependency group
# https://python-poetry.org/docs/managing-dependencies/#dependency-groups
- poetry install

- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install

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

0 comments on commit 88ba67c

Please sign in to comment.