summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2020-05-12 18:10:27 -0700
committerDavid Lord <davidism@gmail.com>2020-05-12 18:10:27 -0700
commit50793b9d03e076b0adaf170f5c7b6d8f39a121bc (patch)
treedde49d1ecce3443972a5ba97f37a97b7c55cce8a /.readthedocs.yaml
parenta361058f27467db535ecc073d3109e32c985f17e (diff)
downloaditsdangerous-50793b9d03e076b0adaf170f5c7b6d8f39a121bc.tar.gz
add readthedocs config
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644
index 0000000..af23210
--- /dev/null
+++ b/.readthedocs.yaml
@@ -0,0 +1,8 @@
+version: 2
+python:
+ install:
+ - method: pip
+ path: .
+ - requirements: docs/requirements.txt
+sphinx:
+ builder: dirhtml