From 7c3b86eddb06288dc2d9f6718f39c1fe532d01e2 Mon Sep 17 00:00:00 2001 From: sciencewhiz Date: Tue, 18 Nov 2025 20:38:10 -0800 Subject: [PATCH] Remove presentation plug-in It has limited utility and sometimes came up in search results --- poetry.lock | 16 +--------------- pyproject.toml | 1 - source/conf.py | 1 - source/requirements.txt | 1 - 4 files changed, 1 insertion(+), 18 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8a0512c40d..b135b8780b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2355,20 +2355,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" @@ -2584,4 +2570,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.14" -content-hash = "31919138c7bab7eb03cc64f04761c8f53c2e5ff583251a0118629f29d8cda479" +content-hash = "36342e16567136abcdd5c1b5edfd73e8a77347ee694af38d2d439d6104058ab4" diff --git a/pyproject.toml b/pyproject.toml index 08d343be3e..768c6f5234 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,6 @@ sphinxext-delta = "==0.3.1" sphinxext-mimic = "==0.1.1" sphinxext-opengraph = "==0.13.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 c619452405..2855f1e27f 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 bc62e34904..d2ea1e9107 100644 --- a/source/requirements.txt +++ b/source/requirements.txt @@ -85,7 +85,6 @@ sphinxext-delta==0.3.1 ; python_version >= "3.10" and python_version < "3.14" sphinxext-mimic==0.1.1 ; python_version >= "3.10" and python_version < "3.14" sphinxext-opengraph==0.13.0 ; python_version >= "3.10" and python_version < "3.14" sphinxext-photofinish==0.1.11 ; python_version >= "3.10" and python_version < "3.14" -sphinxext-presentations==0.3.1 ; python_version >= "3.10" and python_version < "3.14" sphinxext-rediraffe==0.2.7 ; python_version >= "3.10" and python_version < "3.14" sphinxext-remoteliteralinclude==0.6.0 ; python_version >= "3.10" and python_version < "3.14" sphinxext-toptranslators==0.1.3 ; python_version >= "3.10" and python_version < "3.14"