mirror of
https://github.com/b4tman/sync_ics2gcal
synced 2025-09-04 01:17:29 +00:00
add docs
This commit is contained in:
14
.readthedocs.yml
Normal file
14
.readthedocs.yml
Normal 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
|
Reference in New Issue
Block a user