aboutsummaryrefslogtreecommitdiffstats
path: root/.readthedocs.yml
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 /.readthedocs.yml
parent40b44b1cf6fca0f32560608e5cd2f3743d81d038 (diff)
downloadplatform_external_python_mock-6ce5f0d712235405024139a006daf277d98b6aa0.tar.gz
platform_external_python_mock-6ce5f0d712235405024139a006daf277d98b6aa0.tar.bz2
platform_external_python_mock-6ce5f0d712235405024139a006daf277d98b6aa0.zip
move to .readthedocs.yml
Diffstat (limited to '.readthedocs.yml')
-rw-r--r--.readthedocs.yml8
1 files changed, 8 insertions, 0 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