summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2021-02-12 12:54:41 -0500
committerJeff Forcier <jeff@bitprophet.org>2021-02-12 12:54:41 -0500
commit2aa48b6edcc3517aa71ed723eb75e22974f7eafd (patch)
treecbbb844030bdc6af55007d456f58d987c5c6e4bb
parentc2f030f6a88ce7ea06050da841a56a63be6e9ed3 (diff)
downloadparamiko-2aa48b6edcc3517aa71ed723eb75e22974f7eafd.tar.gz
Temporary hacks to get www/install docs publishing
Re #1813
-rw-r--r--.readthedocs.yml10
-rw-r--r--dev-requirements.txt3
2 files changed, 3 insertions, 10 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
deleted file mode 100644
index 0a214ea7..00000000
--- a/.readthedocs.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-# NOTE: not migrating other settings into this file yet as I don't know how
-# well they'd play with our 'dual doc trees' setup. But the below should apply
-# to both equally.
-version: 2
-
-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"
diff --git a/dev-requirements.txt b/dev-requirements.txt
index 142153bd..a23ad1e9 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -19,3 +19,6 @@ releases>=1.5,<2.0
semantic_version>=2.4,<2.5
wheel==0.24
twine==1.11.0
+# TEMPORARY pin on cryptography until I get RTD sorted
+# See #1813
+cryptography<3.4