mirror of
https://github.com/argosopentech/argos-translate.git
synced 2025-03-14 10:29:00 +00:00
19 lines
241 B
YAML
19 lines
241 B
YAML
version: 2
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
|
|
formats: all
|
|
|
|
python:
|
|
version: 3.8
|
|
install:
|
|
- method: pip
|
|
path: .
|
|
extra_requirements:
|
|
- all
|
|
- requirements: docs/requirements.txt
|
|
|
|
submodules:
|
|
include: all
|