From 062c32c840db371cd9a3365a1992c8c9593b1566 Mon Sep 17 00:00:00 2001 From: "Brett M. Morris" Date: Wed, 12 Jun 2024 15:13:54 -0400 Subject: [PATCH] Update .readthedocs.yml --- .readthedocs.yml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 66db6ce..d3577be 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,15 +1,22 @@ +# .readthedocs.yaml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required version: 2 +sphinx: + configuration: docs/conf.py + build: - image: latest + os: ubuntu-22.04 + tools: + python: "3.11" +# Optionally set the version of Python and requirements required to build your docs python: - version: 3.11 install: - method: pip path: . extra_requirements: - docs - - all - -formats: []