diff --git a/docs/.sphinx/requirements.txt b/docs/.sphinx/requirements.txt index cb6a7c8..8593788 100644 --- a/docs/.sphinx/requirements.txt +++ b/docs/.sphinx/requirements.txt @@ -1,4 +1,4 @@ -furo==2024.7.18 +furo==2024.8.6 lxd-sphinx-extensions==0.0.16 myst-parser==3.0.1 pyspelling==2.10 @@ -6,10 +6,10 @@ sphinx==7.4.7 sphinx-autobuild==2024.4.16 sphinxcontrib-jquery==4.1 sphinx-copybutton==0.5.2 -sphinx-design==0.6.0 +sphinx-design==0.6.1 sphinxext-opengraph==0.9.1 sphinx-lint==0.9.1 -sphinx-notfound-page==1.0.2 +sphinx-notfound-page==1.0.4 sphinx-reredirects==0.1.5 sphinx-tabs==3.4.5 sphinx-toolbox==3.7.0 diff --git a/pyproject.toml b/pyproject.toml index 02407fd..0da4380 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ types = [ "types-setuptools", ] docs = [ - "furo==2024.7.18", + "furo==2024.8.6", "lxd-sphinx-extensions==0.0.16", "myst-parser==3.0.1", "pyspelling==2.10", @@ -70,10 +70,10 @@ docs = [ "sphinx-autobuild==2024.4.16", "sphinxcontrib-jquery==4.1", "sphinx-copybutton==0.5.2", - "sphinx-design==0.6.0", + "sphinx-design==0.6.1", "sphinxext-opengraph==0.9.1", "sphinx-lint==0.9.1", - "sphinx-notfound-page==1.0.2", + "sphinx-notfound-page==1.0.4", "sphinx-reredirects==0.1.5", "sphinx-rtd-theme", "sphinx-tabs==3.4.5",