summaryrefslogtreecommitdiff
path: root/.readthedocs.yml
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2020-02-22 17:31:04 -0500
committerJulian Berman <Julian@GrayVines.com>2020-02-22 17:31:07 -0500
commit10b9c10e702dbef2ab4295394935869616d4bdad (patch)
tree8451a94ae0cdce85c860ae024985de2ce77e1892 /.readthedocs.yml
parent1fc76078f5f20ffd09e365a23925ecfbe826908e (diff)
downloadjsonschema-10b9c10e702dbef2ab4295394935869616d4bdad.tar.gz
Maybe fix RTD.
In particular, install using `pip`, not setup.py...
Diffstat (limited to '.readthedocs.yml')
-rw-r--r--.readthedocs.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
new file mode 100644
index 0000000..2da1ed5
--- /dev/null
+++ b/.readthedocs.yml
@@ -0,0 +1,15 @@
+version: 2
+
+sphinx:
+ builder: dirhtml
+ configuration: docs/conf.py
+ fail_on_warning: true
+
+formats: all
+
+python:
+ version: 3
+ install:
+ - requirements: docs/requirements.txt
+ - method: pip
+ path: .