summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Withers <chris@simplistix.co.uk>2019-05-02 00:14:50 +0100
committerChris Withers <chris@simplistix.co.uk>2019-05-02 00:14:50 +0100
commit6ce5f0d712235405024139a006daf277d98b6aa0 (patch)
treee3198b9f6d3fd77ae6a8d6707e61b8f82222cb31
parent40b44b1cf6fca0f32560608e5cd2f3743d81d038 (diff)
downloadmock-6ce5f0d712235405024139a006daf277d98b6aa0.tar.gz
move to .readthedocs.yml
-rw-r--r--.readthedocs.yml8
-rw-r--r--requirements.txt2
2 files changed, 8 insertions, 2 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
new file mode 100644
index 0000000..7687b8a
--- /dev/null
+++ b/.readthedocs.yml
@@ -0,0 +1,8 @@
+version: 2
+python:
+ version: 3.7
+ install:
+ - method: pip
+ path: .
+ extra_requirements:
+ - docs
diff --git a/requirements.txt b/requirements.txt
deleted file mode 100644
index bca9f9b..0000000
--- a/requirements.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-funcsigs>=1;python_version<"3.3"
-six>=1.9