summaryrefslogtreecommitdiff
path: root/.readthedocs.yml
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2021-02-12 15:08:03 -0500
committerJeff Forcier <jeff@bitprophet.org>2021-02-12 15:08:03 -0500
commit33daa8e541cb91cdee01a085c368e1b388472e6a (patch)
tree41f473e9e9d2f611fe18aefdbefc68be8a3acfd5 /.readthedocs.yml
parent0eea98504b3c3a72cc74be0af524edb694d87da2 (diff)
downloadparamiko-33daa8e541cb91cdee01a085c368e1b388472e6a.tar.gz
Git is still hard I guess
Diffstat (limited to '.readthedocs.yml')
-rw-r--r--.readthedocs.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
new file mode 100644
index 00000000..1f6737f4
--- /dev/null
+++ b/.readthedocs.yml
@@ -0,0 +1,19 @@
+version: 2
+
+formats: all
+
+build:
+ # Specific version of RTD docker image that's new enough to have Rust around
+ # (so Cryptography can build from source if needed).
+ # See https://github.com/readthedocs/readthedocs-docker-images
+ image: "7.0"
+
+python:
+ version: 3.7
+ install:
+ - requirements: dev-requirements.txt
+ system_packages: false
+
+# NOTE: leaving sphinx.* alone as there's currently no way to differ the conf
+# file used based on project (so cannot differentiate between www and docs).
+# The web UI setting for that SHOULD take precedence?