From 1b543b16d6b49a5d8da020007c37ef53ad046718 Mon Sep 17 00:00:00 2001 From: "Auguste \"laggron42\" Charpentier" Date: Wed, 29 Nov 2023 15:07:21 +0100 Subject: [PATCH] readthedocs: upgrade config file --- .readthedocs.yaml | 13 +++++++++++++ readthedocs.yml | 5 ----- 2 files changed, 13 insertions(+), 5 deletions(-) create mode 100644 .readthedocs.yaml delete mode 100644 readthedocs.yml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..c0f1aa68 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,13 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.9" + +sphinx: + configuration: docs/conf.py + +python: + install: + - docs/requirements.txt diff --git a/readthedocs.yml b/readthedocs.yml deleted file mode 100644 index b4e1ab17..00000000 --- a/readthedocs.yml +++ /dev/null @@ -1,5 +0,0 @@ -build: - image: latest - -python: - version: 3.8