From d31d2dcb5536e9ff9db7cb8e0695cec86cbe5899 Mon Sep 17 00:00:00 2001 From: Alec Delaney Date: Tue, 19 Dec 2023 18:24:51 -0500 Subject: [PATCH] Update RTD config file --- .readthedocs.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..1cfd6ef --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,19 @@ +# SPDX-FileCopyrightText: 2023 Alec Delaney +# +# SPDX-License-Identifier: MIT + +# .readthedocs.yaml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +version: 2 + +# OS and Python version +build: + os: ubuntu-22.04 + tools: + python: "3.12" + +# Sphinx configuration file +sphinx: + configuration: docs/conf.py