1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2024-06-01 21:13:49 +00:00
sync_ics2gcal/.readthedocs.yml
2023-08-20 23:08:56 +03:00

15 lines
261 B
YAML

version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
jobs:
post_install:
- pip install poetry
- poetry config virtualenvs.create false
- poetry install --with=docs
sphinx:
configuration: docs/source/conf.py