From 8af10f4a717eafee98bfed83bb54367cb6a1318f Mon Sep 17 00:00:00 2001 From: Maciej Urbanski Date: Thu, 19 Oct 2023 09:23:13 +0200 Subject: [PATCH] fix readthedocs build (build.os is now required) --- .readthedocs.yml | 6 +++++- CHANGELOG.md | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 179be59a2..60ed8255c 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,11 @@ # Required version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.8" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: doc/source/conf.py @@ -14,7 +19,6 @@ formats: all # Optionally set the version of Python and requirements required to build your docs python: - version: 3.8 install: - requirements: requirements.txt - method: pip diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b938d4f3..b0d821963 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Infrastructure -* Fix readthedocs build +* Fix readthedocs build by updating to v2 configuration schema * Fix spellcheck erroring out on LICENSE file ## [1.24.1] - 2023-09-27