From 8b2191fdb26967db453695233ab1e4ba90ae497f Mon Sep 17 00:00:00 2001 From: Andy Mikhaylenko Date: Tue, 23 Jan 2024 11:38:15 +0100 Subject: [PATCH] docs: update Sphinx/RTD dependencies --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9861179..90f9f80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,10 +59,10 @@ test = [ "pytest-cov >= 4.1", ] docs = [ - "sphinx >= 6.1", - "sphinx-pyproject == 0.1.0", - "sphinx_rtd_theme >= 1.2.0", - "readthedocs-sphinx-search == 0.2.0", + "sphinx >= 7.2", + "sphinx-pyproject == 0.3", + "sphinx_rtd_theme >= 2.0", + "readthedocs-sphinx-search == 0.3.2", ] linters = [ "pre-commit >= 3.4.0",