diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2023-09-23 20:00:44 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-09-23 20:00:44 -0400 |
commit | 34c102fd15630b2d2559cb112d4d3e3b2ce846e7 (patch) | |
tree | 058e9f0c809eb6aad7250a35ed14e16355e4dc5a /.readthedocs.yml | |
parent | f763ea4926918d119f118e579ae935cb65e3dbb3 (diff) | |
parent | ac465f652a444db45d56ec4b56059e4f67d6bef4 (diff) |
Merge branch '3.2' into 3.3
Diffstat (limited to '.readthedocs.yml')
-rw-r--r-- | .readthedocs.yml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml deleted file mode 100644 index e8bc9a31..00000000 --- a/.readthedocs.yml +++ /dev/null @@ -1,16 +0,0 @@ -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" - -python: - version: 3.7 - install: - - requirements: dev-requirements.txt - -# 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? |