From c841c45855483c9b66901cddae6540d0776ebfb2 Mon Sep 17 00:00:00 2001 From: Michael Peyton Jones Date: Fri, 5 May 2023 07:21:24 +0100 Subject: [PATCH] Try to fix the docs build (#3576) --- .readthedocs.yaml | 7 ++++++- docs/requirements.txt | 6 +++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 572d87c280..c420108677 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,7 +3,12 @@ version: 2 sphinx: configuration: docs/conf.py +build: + os: "ubuntu-22.04" + tools: + # this means the latest python 3 + python: "3" + python: - version: 3.8 install: - requirements: docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt index e172034bac..bb67e0bf03 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -Sphinx~=4.5.0 -sphinx-rtd-theme~=1.0.0 -myst-parser~=0.17.2 +Sphinx~=5.3.0 +sphinx-rtd-theme~=1.1.0 +myst-parser~=1.0.0 docutils<0.19