From 42ba99bb37a8cb0c4a584548652061c644f92b3c Mon Sep 17 00:00:00 2001 From: Tom Morrell Date: Tue, 25 Jun 2024 09:20:29 +0200 Subject: [PATCH 1/2] readthedocs: create .readthedocs.yaml --- .readthedocs.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..953ab3b --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,14 @@ +# Read the Docs configuration file for Sphinx projects +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + + +# Required +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.12" + +sphinx: + configuration: docs/conf.py From 423fb64690ce9f39f471945e734a8b5c96b24865 Mon Sep 17 00:00:00 2001 From: Tom Morrell Date: Tue, 25 Jun 2024 09:30:06 +0200 Subject: [PATCH 2/2] manifest: switch yml to yaml --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index f1c593b..a98e892 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -9,7 +9,7 @@ include *.py include *.rst include *.sh -include *.yml +include *.yaml include .git-blame-ignore-revs include .coveragerc include .editorconfig