generated from daniil-berg/boilerplate-py
11 lines
148 B
YAML
11 lines
148 B
YAML
|
version: 2
|
||
|
build:
|
||
|
os: 'ubuntu-20.04'
|
||
|
tools:
|
||
|
python: '3.9'
|
||
|
python:
|
||
|
install:
|
||
|
- method: pip
|
||
|
path: .
|
||
|
sphinx:
|
||
|
fail_on_warning: true
|