mirror of
https://github.com/Alexander-D-Karpov/akarpov
synced 2024-11-10 21:56:34 +03:00
13 lines
154 B
YAML
13 lines
154 B
YAML
|
version: 2
|
||
|
|
||
|
sphinx:
|
||
|
configuration: docs/conf.py
|
||
|
|
||
|
build:
|
||
|
image: testing
|
||
|
|
||
|
python:
|
||
|
version: 3.10
|
||
|
install:
|
||
|
- requirements: requirements/local.txt
|