From 5397dc5b244b37963e9fa8052173320b8e13cf0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 04:14:47 +0000 Subject: [PATCH] build(deps): update dependency sphinx to v8.1.3 --- docs/.sphinx/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.sphinx/requirements.txt b/docs/.sphinx/requirements.txt index a410a63..c097aea 100644 --- a/docs/.sphinx/requirements.txt +++ b/docs/.sphinx/requirements.txt @@ -2,7 +2,7 @@ furo==2024.8.6 lxd-sphinx-extensions==0.0.16 myst-parser==4.0.0 pyspelling==2.10 -sphinx==8.0.2 +sphinx==8.1.3 sphinx-autobuild==2024.10.3 sphinxcontrib-jquery==4.1 sphinx-copybutton==0.5.2 diff --git a/pyproject.toml b/pyproject.toml index c0b1b11..21854ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ docs = [ "lxd-sphinx-extensions==0.0.16", "myst-parser==4.0.0", "pyspelling==2.10", - "sphinx==8.0.2", + "sphinx==8.1.3", "sphinx-autobuild==2024.10.3", "sphinxcontrib-jquery==4.1", "sphinx-copybutton==0.5.2",