From 5cd7d8698b1a466ba9f9ebd9592a7ffd105d1854 Mon Sep 17 00:00:00 2001 From: imedan Date: Fri, 20 Dec 2024 11:51:52 -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 a894401..e6d04ba 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.12" + python: "3.9" # 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/conf.py + configuration: docs/sphinx/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