summaryrefslogtreecommitdiff
path: root/readthedocs.yaml
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2018-11-11 11:09:08 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2018-11-11 11:09:08 +0000
commitca6659b637d8a91c21a78317e1dc152939afae5d (patch)
tree891aa979023c409129fcb567c60f3e0c35cf0d76 /readthedocs.yaml
parentbbfce583218a21a852327aa87b2338c705b05751 (diff)
python 3 builds on readthedocs
Diffstat (limited to 'readthedocs.yaml')
-rw-r--r--readthedocs.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/readthedocs.yaml b/readthedocs.yaml
new file mode 100644
index 00000000..8b1c0bb9
--- /dev/null
+++ b/readthedocs.yaml
@@ -0,0 +1,5 @@
+build:
+ image: latest
+
+python:
+ version: 3