sprockets.mixins.mediatype/.readthedocs.yaml
Dave Shawley 026fd87e82
Add readthedocs configuration file.
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
2021-09-17 07:46:48 -04:00

10 lines
158 B
YAML

version: 2
python:
version: "3.7"
install:
- method: pip
path: .
extra_requirements:
- docs
sphinx:
configuration: docs/conf.py