summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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