From 9c70d922c03620a84b52134a7f8b56a5b9ca6554 Mon Sep 17 00:00:00 2001 From: Jason Guiditta Date: Wed, 12 Feb 2025 10:23:56 -0500 Subject: [PATCH] Fix the format of the readthedocs config file. Docs were no longer building due to a schema change on readthedocs. Signed-off-by: Jason Guiditta --- .readthedocs.yaml | 5 ++++- setup.cfg | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4d6447d..0f730b6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,12 +5,15 @@ # # Required version: 2 +build: + os: ubuntu-24.04 + tools: + python: "3.12" # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py python: - version: "3.8" install: - requirements: docs-requirements.txt - requirements: requirements.txt diff --git a/setup.cfg b/setup.cfg index 561e5f0..d552b20 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,10 +39,10 @@ test = pytest-runner docs = - sphinx==4.1.2 - sphinx-autobuild==2021.3.14 - sphinx-rtd-theme==0.5.2 - myst-parser==0.15.2 + sphinx + sphinx-autobuild + sphinx-rtd-theme + myst-parser dist = build