From ea812ca2b2f3d832f160f7d686a6fe4099103a7e Mon Sep 17 00:00:00 2001 From: Stephen Goodlett Date: Thu, 23 May 2024 14:20:47 -0400 Subject: [PATCH] Update .readthedocs.yaml --- .readthedocs.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3b5d5bf..9b842fe 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,18 +1,18 @@ # Read the Docs configuration file for Sphinx projects - # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details - # Required - version: 2 +# Required +version: 2 - # Set the OS, Python version and other tools you might need - build: - os: ubuntu-22.04 - tools: - python: "3.12" - # You can also specify other tool versions: - # nodejs: "20" - # rust: "1.70" - # golang: "1.20" +# Set the OS, Python version and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.12" + # You can also specify other tool versions: + # nodejs: "20" + # rust: "1.70" + # golang: "1.20" # Build documentation in the "docs/" directory with Sphinx sphinx: