diff --git a/poetry.lock b/poetry.lock index 0d8a5b33c2..b9b02705f7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2316,20 +2316,6 @@ pillow = ">=10.0.1" sphinx = ">=2.0" tinycss2 = ">=1.1.1" -[[package]] -name = "sphinxext-presentations" -version = "0.3.1" -description = "Sphinx Extension that turns documentation into presentations." -optional = false -python-versions = ">=3.6" -files = [ - {file = "sphinxext_presentations-0.3.1-py3-none-any.whl", hash = "sha256:978c9dd6dd54f5a5f0c85f6f2ab0a43c4d96fadca93288102323ff84a353de6d"}, - {file = "sphinxext_presentations-0.3.1.tar.gz", hash = "sha256:0698f7fdf30b484ec7d37e4f3e752c004481c21e9ce9e6144265217bfb742e00"}, -] - -[package.dependencies] -sphinx = ">=2.0" - [[package]] name = "sphinxext-rediraffe" version = "0.2.7" @@ -2605,4 +2591,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "14bb283c1de8315a36946f66194adb103e356cb73aa4a23b352e99bf3525f6c7" +content-hash = "2a9c62cbc50956c0950fea76b11382048125d28ded3f1743d4838d8028022996" diff --git a/pyproject.toml b/pyproject.toml index 0377982ae4..0d62e28ea5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,6 @@ sphinxext-delta = "==0.3.1" sphinxext-mimic = "==0.1.1" sphinxext-opengraph = "==0.10.0" sphinxext-photofinish = "==0.1.11" -sphinxext-presentations = "==0.3.1" sphinxext-rediraffe = "==0.2.7" sphinxext-remoteliteralinclude = "==0.6.0" sphinxext-toptranslators = "==0.1.3" diff --git a/source/conf.py b/source/conf.py index 5e4cbf1d93..022fcc304d 100644 --- a/source/conf.py +++ b/source/conf.py @@ -49,7 +49,6 @@ "sphinxext.remoteliteralinclude", "sphinxext.toptranslators", "sphinxext.mimictoc", - "sphinxext.presentations", "hoverxref.extension", "notfound.extension", "versionwarning.extension", diff --git a/source/requirements.txt b/source/requirements.txt index c61b4f14a5..7a9b720d97 100644 --- a/source/requirements.txt +++ b/source/requirements.txt @@ -90,7 +90,6 @@ sphinxext-delta==0.3.1 ; python_version >= "3.9" and python_version < "3.13" sphinxext-mimic==0.1.1 ; python_version >= "3.9" and python_version < "3.13" sphinxext-opengraph==0.10.0 ; python_version >= "3.9" and python_version < "3.13" sphinxext-photofinish==0.1.11 ; python_version >= "3.9" and python_version < "3.13" -sphinxext-presentations==0.3.1 ; python_version >= "3.9" and python_version < "3.13" sphinxext-rediraffe==0.2.7 ; python_version >= "3.9" and python_version < "3.13" sphinxext-remoteliteralinclude==0.6.0 ; python_version >= "3.9" and python_version < "3.13" sphinxext-toptranslators==0.1.3 ; python_version >= "3.9" and python_version < "3.13"