Skip to content

Commit

Permalink
docs: adds dependencies for read the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenmannmartin committed Sep 9, 2024
1 parent 216d0fa commit 2ee965d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ build:
os: ubuntu-22.04
tools:
python: "3.12"

jobs:
post_create_environment:
# Install poetry
# https://python-poetry.org/docs/#installing-manually
- pip install poetry
post_install:
# Install dependencies with 'docs' dependency group
# https://python-poetry.org/docs/managing-dependencies/#dependency-groups
# VIRTUAL_ENV needs to be set manually for now.
# See https://github.com/readthedocs/readthedocs.org/pull/11152/
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
sphinx:
configuration: docs/conf.py

0 comments on commit 2ee965d

Please sign in to comment.