From 447b0e92555b8d6340c236bbaf96a28eeb665ce1 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Fri, 12 Feb 2021 12:43:47 -0500 Subject: Add a RTD yaml to trigger specific docker build env Re #1813 --- .readthedocs.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .readthedocs.yml (limited to '.readthedocs.yml') 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" -- cgit v1.2.1