From 1753446576a55c2a6f26743b46b8e860f279672d Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Wed, 30 Aug 2023 08:40:09 +0100 Subject: [PATCH 1/2] Update readthedocs config see https://docs.readthedocs.io/en/stable/config-file/v2.html#build-os > The configuration key build.os is required to build your documentation. --- .readthedocs.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 2cc431e..572db76 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -12,9 +12,12 @@ sphinx: # Optionally build your docs in additional formats such as PDF and ePub formats: all -# Optionally set the version of Python and requirements required to build your docs +build: + os: ubuntu-22.04 + tools: + python: "3.11" + python: - version: 3.7 install: - requirements: requirements_docs.txt - method: pip From fef2afbfd4d4d8b4f0acd8edeb246af77f475262 Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Wed, 30 Aug 2023 08:42:48 +0100 Subject: [PATCH 2/2] Update changelog --- CHANGES.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.rst b/CHANGES.rst index 62053c9..d6fb266 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,6 +6,7 @@ Changelog Minor changes: +- Update build configuration to build readthedocs. #538 - No longer run the ``plone.app.event`` tests. Breaking changes: