From f54ecf726a151b4dfa7b3d0047e508923823e3dd Mon Sep 17 00:00:00 2001 From: Maciej Urbanski Date: Thu, 19 Oct 2023 09:33:49 +0200 Subject: [PATCH] fix buildthedocs config --- .readthedocs.yml | 6 +++++- CHANGELOG.md | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 0a21741ea..e9c277f57 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,11 @@ # Required version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.11" + # 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.11 install: - requirements: requirements.txt - method: pip diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d918c8a8..f2bdf4c2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Infrastructure * Use stable Python 3.12 in CI +* Fix readthedocs build by updating to v2 configuration schema ## [3.11.0] - 2023-10-04