From 4228a8ba50f9ef812d3ffba152d44c0249a35f29 Mon Sep 17 00:00:00 2001 From: Enno Woortmann Date: Wed, 18 Oct 2023 10:31:11 +0200 Subject: [PATCH] fix docs build --- .readthedocs.yml | 2 +- docs/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 5d454779..9eafe51e 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,7 +3,7 @@ version: 2 build: os: "ubuntu-22.04" tools: - python: "3.11" + python: "3.12" python: install: diff --git a/docs/requirements.txt b/docs/requirements.txt index c896d4df..9c17fdb5 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1 +1 @@ -docutils<0.18 \ No newline at end of file +docutils>0.18.1 \ No newline at end of file