From 59186c50892891d4457e279eda4c3792b0b00096 Mon Sep 17 00:00:00 2001 From: Benjamin Farley Date: Fri, 11 Jun 2021 17:21:28 -0600 Subject: [PATCH] chore: Further fixes to readthedocs config --- .readthedocs.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c97ac305f..b150a966a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -13,3 +13,10 @@ sphinx: # sub modules submodules: exclude: all + +python: + version: 3.8 + install: + - requirements: requirements.txt + - method: setuptools + path: .