From b7450b50823abfb5c5d97b5837803fbf8999bb2e Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Sun, 21 Jan 2024 14:28:38 +0000 Subject: [PATCH] [Docs] Bump sphinx version requirements There are still warnings that need to be resolved but the build is passing. --- docs/requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index de42439d9..3da1967f8 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ -sphinx==4.* -myst-parser -sphinx_rtd_theme==1.0.* -sphinxcontrib-spelling==7.3.0 -sphinx-autodoc-typehints +sphinx==7.2.* +myst-parser==2.0.* +sphinx_rtd_theme==2.0.* +sphinxcontrib-spelling==8.0.* +sphinx-autodoc-typehints==1.25.*