mirror of
https://github.com/simonw/dclient.git
synced 2026-09-12 19:44:14 +02:00
Create .readthedocs.yaml
This commit is contained in:
parent
37423fe772
commit
5a0a81b8da
1 changed files with 17 additions and 0 deletions
17
.readthedocs.yaml
Normal file
17
.readthedocs.yaml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
version: 2
|
||||
|
||||
build:
|
||||
os: ubuntu-22.04
|
||||
tools:
|
||||
python: "3.11"
|
||||
|
||||
sphinx:
|
||||
configuration: docs/conf.py
|
||||
|
||||
formats:
|
||||
- pdf
|
||||
- epub
|
||||
|
||||
python:
|
||||
install:
|
||||
- requirements: docs/requirements.txt
|
||||
Loading…
Add table
Add a link
Reference in a new issue