summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Shawcroft <scott.shawcroft@gmail.com>2017-12-19 09:24:12 -0800
committerScott Shawcroft <scott.shawcroft@gmail.com>2017-12-19 09:24:12 -0800
commite3df0104b0aab0c400b0529340f23cd10402640e (patch)
tree3956da0a5d6ee908398632d6138b9302738a3324
parent6d603e462d578a83bfeab78bfdf806d8d45c6701 (diff)
Add root readthedocs.yml file.
-rw-r--r--.readthedocs.yml2
-rw-r--r--requirements.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
new file mode 100644
index 000000000..8b77f690a
--- /dev/null
+++ b/.readthedocs.yml
@@ -0,0 +1,2 @@
+python:
+ version: 3
diff --git a/requirements.txt b/requirements.txt
deleted file mode 100644
index 75df61718..000000000
--- a/requirements.txt
+++ /dev/null
@@ -1 +0,0 @@
-# dummy file to work around readthedocs bug: https://github.com/rtfd/readthedocs.org/issues/2855