sync_ics2gcal/.readthedocs.yml

17 lines
411 B
YAML
Raw Normal View History

2023-08-20 20:03:27 +00:00
version: 2
build:
os: ubuntu-22.04
tools:
2024-03-20 18:37:30 +00:00
python: "3.12"
2023-08-20 20:03:27 +00:00
jobs:
2024-03-20 18:37:30 +00:00
post_create_environment:
2023-08-20 20:03:27 +00:00
- pip install poetry
2024-03-20 18:37:30 +00:00
post_install:
# 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
2023-08-20 20:03:27 +00:00
sphinx:
configuration: docs/source/conf.py