From 6b1163075d78671b85b62da36df678fa800778c7 Mon Sep 17 00:00:00 2001 From: imedan Date: Fri, 20 Dec 2024 11:49:55 -0600 Subject: [PATCH] formatting --- docs/sphinx/.readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sphinx/.readthedocs.yaml b/docs/sphinx/.readthedocs.yaml index e6d04ba..a894401 100644 --- a/docs/sphinx/.readthedocs.yaml +++ b/docs/sphinx/.readthedocs.yaml @@ -8,7 +8,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.9" + python: "3.12" # You can also specify other tool versions: # nodejs: "20" # rust: "1.70" @@ -16,7 +16,7 @@ build: # Build documentation in the "docs/" directory with Sphinx sphinx: - configuration: docs/sphinx/conf.py + configuration: docs/conf.py # You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs # builder: "dirhtml" # Fail on all warnings to avoid broken references