From 5a28931e06aa32505969460f26b8319fb461a3bb Mon Sep 17 00:00:00 2001 From: Nathan Sheffield Date: Mon, 18 Dec 2023 13:41:20 -0500 Subject: [PATCH] Update .readthedocs.yaml --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 978fe074..2663b901 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,7 +3,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.12" + python: "3.11" mkdocs: configuration: mkdocs.yml @@ -12,4 +12,4 @@ mkdocs: # Optionally declare the Python requirements required to build your docs python: install: - - requirements: requirements/requirements-doc.txt \ No newline at end of file + - requirements: requirements/requirements-doc.txt