From 3d3c66e3d2c9cb629950ad1cd4e93e8429621441 Mon Sep 17 00:00:00 2001 From: Mark Servilla Date: Wed, 20 Dec 2023 11:23:59 -0700 Subject: [PATCH] Update readthedocs config --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7ad25d8..dcf60ef 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.10" + python: "3.11" # Build documentation in the docs/ directory with Sphinx sphinx: @@ -22,4 +22,4 @@ sphinx: # Optionally declare the Python requirements required to build your docs python: install: - - requirements: ./requirements.txt \ No newline at end of file + - requirements: ./requirements.txt