mirror of
https://github.com/sprockets/sprockets.mixins.mediatype.git
synced 2024-11-22 03:00:25 +00:00
026fd87e82
The configuration in the RTD project is broken since I moved dependencies into setup.cfg. I decided to simply move it into the repository as a configuration file and call it a day. https://docs.readthedocs.io/en/stable/config-file/v2.html
10 lines
158 B
YAML
10 lines
158 B
YAML
version: 2
|
|
python:
|
|
version: "3.7"
|
|
install:
|
|
- method: pip
|
|
path: .
|
|
extra_requirements:
|
|
- docs
|
|
sphinx:
|
|
configuration: docs/conf.py
|