mirror of
https://github.com/sprockets/sprockets.mixins.mediatype.git
synced 2024-11-24 03:00:23 +00:00
11 lines
158 B
YAML
11 lines
158 B
YAML
|
version: 2
|
||
|
python:
|
||
|
version: "3.7"
|
||
|
install:
|
||
|
- method: pip
|
||
|
path: .
|
||
|
extra_requirements:
|
||
|
- docs
|
||
|
sphinx:
|
||
|
configuration: docs/conf.py
|