From 8534ed788fe28d20830aa2cd545e4fd90f9d1692 Mon Sep 17 00:00:00 2001 From: Alec Delaney <89490472+tekktrik@users.noreply.github.com> Date: Mon, 8 Jan 2024 22:09:22 -0500 Subject: [PATCH] Update .readthedocs.yml Now uses configuration file version 2 --- .readthedocs.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index a1e2575..70d5c4e 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -2,6 +2,16 @@ # # SPDX-License-Identifier: Unlicense +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +sphinx: + configuration: docs/conf.py + python: - version: 3 -requirements_file: requirements.txt + install: + - requirements: requirements.txt