mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-29 09:35:50 +00:00
Add a readthedocs configuration file
Used for building docs in CI pipelines.
This commit is contained in:
parent
a490544405
commit
c2eed9fb59
1 changed files with 12 additions and 0 deletions
12
.readthedocs.yaml
Normal file
12
.readthedocs.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
version: 2
|
||||
|
||||
build:
|
||||
os: "ubuntu-22.04"
|
||||
tools:
|
||||
python: "3.9"
|
||||
|
||||
python:
|
||||
install:
|
||||
- method: pip
|
||||
path: .
|
||||
- requirements: docs-requirements.txt
|
||||
Loading…
Reference in a new issue