argosopentech--argos-translate
24 行
281 B
YAML
24 行
281 B
YAML
version: 2
|
|
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.9"
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
|
|
formats: all
|
|
|
|
python:
|
|
install:
|
|
- method: pip
|
|
path: .
|
|
extra_requirements:
|
|
- all
|
|
- requirements: docs/requirements.txt
|
|
|
|
submodules:
|
|
include: all
|
|
|