From a23f47029771ec92b15b558aee9dded11a1068ab 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 | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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..74c8781e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * `--quiet` now will implicitly set `--noProgress` option as well ### Infrastructure -* Use stable Python 3.12 in CI +* Fix readthedocs build by updating to v2 configuration schema ## [3.11.0] - 2023-10-04