From ad18fe183e925c8974d226d586f724d3bf9e7a00 Mon Sep 17 00:00:00 2001 From: Pat Gavlin Date: Wed, 25 Aug 2021 15:23:46 -0700 Subject: [PATCH] Bump the RTD Python version down to 3.6. --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9608d3959..5cbae054f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -15,7 +15,7 @@ formats: # Optionally set the version of Python and requirements required to build your docs python: - version: "3.9" + version: "3.6" install: - requirements: developer-docs/requirements.txt