From de19f733337d1b4a082719a2fc5ced7c8ff6adff Mon Sep 17 00:00:00 2001 From: Jake Urban Date: Wed, 12 Jun 2024 10:48:41 -0700 Subject: [PATCH] update docs config --- readthedocs.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index ced4a533..b30af44a 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -9,7 +9,12 @@ version: 2 sphinx: configuration: docs/conf.py +build: + os: ubuntu-lts-latest + tools: + python: "3.8" + + python: - version: 3.8 install: - requirements: docs/requirements.txt