1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2025-09-04 01:17:29 +00:00
This commit is contained in:
2023-08-20 23:03:27 +03:00
parent b2c4136a92
commit 545cde2ccc
18 changed files with 741 additions and 103 deletions

14
.readthedocs.yml Normal file
View File

@@ -0,0 +1,14 @@
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