mirror of
https://github.com/cve-search/pyvariot.git
synced 2025-02-05 11:26:25 +00:00
17 lines
232 B
YAML
17 lines
232 B
YAML
version: 2
|
|
build:
|
|
os: "ubuntu-lts-latest"
|
|
tools:
|
|
python: "3"
|
|
|
|
sphinx:
|
|
configuration: docs/source/conf.py
|
|
|
|
python:
|
|
install:
|
|
- method: pip
|
|
path: .
|
|
extra_requirements:
|
|
- docs
|
|
|
|
formats: all
|