mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-11-25 20:13:55 +03:00
14 lines
202 B
YAML
14 lines
202 B
YAML
|
version: "2"
|
||
|
|
||
|
build:
|
||
|
os: "ubuntu-22.04"
|
||
|
tools:
|
||
|
python: "3.10"
|
||
|
|
||
|
python:
|
||
|
install:
|
||
|
- requirements: docs/readthedocs/requirements.txt
|
||
|
|
||
|
sphinx:
|
||
|
configuration: docs/readthedocs/source/conf.py
|