.readthedocs.yml

This commit is contained in:
Dmitri Bogomolov 2019-11-15 14:10:18 +02:00
parent d9fa6a94f4
commit 49d731c478
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13
1 changed files with 9 additions and 0 deletions

9
.readthedocs.yml Normal file
View File

@ -0,0 +1,9 @@
version: 2
python:
version: 2.7
install:
- requirements: docs/requirements.txt
- method: setuptools
path: .
system_packages: true