From 188fbb6723f8c3bcfc1beee9662eb962481f1ef1 Mon Sep 17 00:00:00 2001 From: Davide Pesavento Date: Sun, 11 Aug 2024 16:26:10 -0400 Subject: [PATCH] build: upgrade to sphinx 8.0 --- README.md | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e1617ef..114e1f4 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ few other dependencies. To do so, first make sure that the following packages are installed and up to date: * make -* python 3.9 or later +* python 3.10 or later * pip For instance, on Ubuntu Linux you can use the following commands: diff --git a/requirements.txt b/requirements.txt index d5d531f..c20e228 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ docutils~=0.21.2 -furo==2024.5.6 +furo==2024.8.6 pygments~=2.18.0 -sphinx~=7.3.7 +sphinx~=8.0.2