add config for readthedocs

python setup.py install does weird things, confusing misc.
xstatic-* packages. pip install . seems to work better.
master
Thomas Waldmann 2019-07-03 01:12:56 +02:00
parent 0d2a6ea0f0
commit e347822985
1 changed files with 10 additions and 0 deletions

10
.readthedocs.yml Normal file
View File

@ -0,0 +1,10 @@
version: 2
formats: all
python:
version: 3.7
install:
- method: pip
path: .
system_packages: false