diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2021-02-12 12:48:16 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2021-02-12 12:48:16 -0500 |
commit | d0a01fa5a9dbdac686bac6025d62855a1b35f64d (patch) | |
tree | 10a3bca25c379d6e82903c894952675f6c089d13 | |
parent | 57613f669a97f10d699e09eaba705aae6273b72e (diff) | |
parent | 447b0e92555b8d6340c236bbaf96a28eeb665ce1 (diff) |
Merge branch '2.5' into 2.6
-rw-r--r-- | .readthedocs.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 00000000..0a214ea7 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,10 @@ +# 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" |