mirror of
https://github.com/sprockets/sprockets.mixins.mediatype.git
synced 2024-11-21 11:18:36 +00:00
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
This commit is contained in:
parent
f186c6bf1a
commit
026fd87e82
1 changed files with 10 additions and 0 deletions
10
.readthedocs.yaml
Normal file
10
.readthedocs.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
version: 2
|
||||
python:
|
||||
version: "3.7"
|
||||
install:
|
||||
- method: pip
|
||||
path: .
|
||||
extra_requirements:
|
||||
- docs
|
||||
sphinx:
|
||||
configuration: docs/conf.py
|
Loading…
Reference in a new issue