mirror of
https://github.com/sprockets/sprockets-statsd.git
synced 2024-11-21 19:28:35 +00:00
16 lines
229 B
YAML
16 lines
229 B
YAML
|
version: 2
|
||
|
|
||
|
sphinx:
|
||
|
builder: html
|
||
|
configuration: docs/conf.py
|
||
|
fail_on_warning: true
|
||
|
|
||
|
python:
|
||
|
version: 3.7
|
||
|
install:
|
||
|
- method: pip
|
||
|
path: .
|
||
|
extra_requirements:
|
||
|
- readthedocs
|
||
|
system_packages: true
|