Browse Source

Add settings file for readthedocs

pull/344/head
Simon Conseil 8 years ago
parent
commit
34583eb621
  1. 11
      readthedocs.yml
  2. 1
      setup.cfg

11
readthedocs.yml

@ -0,0 +1,11 @@
build:
image: latest
python:
version: 3.6
pip_install: true
# Don't build any extra formats
formats: []
requirements_file: requirements-doc.txt

1
setup.cfg

@ -5,3 +5,4 @@ universal = 1
ignore =
.coveragerc
tests
readthedocs.yml

Loading…
Cancel
Save