mirror of
https://github.com/leaders-of-digital-9-task/backend.git
synced 2024-11-10 20:16:37 +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
|