From ba37949742d991a586dae5e6c3762a34dceace26 Mon Sep 17 00:00:00 2001 From: "A. Sean Pue" Date: Sun, 15 Oct 2023 22:17:36 -0400 Subject: [PATCH] adjusting readthedocs.yaml --- .readthedocs.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 6c0cdfad..fcf7c20c 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -16,12 +16,7 @@ sphinx: # Optionally build your docs in additional formats such as PDF and ePub formats: all -# Optionally set the version of Python and requirements required to build your docs -python: - install: - - requirements: requirements_dev.txt - build: os: ubuntu-22.04 tools: - python: "3.9" + python: "3.11"