Compare commits

1 Commits
main ... main

Author SHA256 Message Date
4df54aadf6 WIP docs: make documentation 2026-02-02 19:53:16 +01:00
2 changed files with 74 additions and 0 deletions

69
no-lightbox.patch Normal file
View File

@@ -0,0 +1,69 @@
---
mkdocs.yml | 1 -
pyproject.toml | 1 -
uv.lock | 14 --------------
3 files changed, 16 deletions(-)
Index: mcp-1.23.3/mkdocs.yml
===================================================================
--- mcp-1.23.3.orig/mkdocs.yml 2020-02-02 01:00:00.000000000 +0100
+++ mcp-1.23.3/mkdocs.yml 2026-02-02 19:21:06.627595535 +0100
@@ -112,7 +112,6 @@
plugins:
- search
- social
- - glightbox
- mkdocstrings:
handlers:
python:
Index: mcp-1.23.3/pyproject.toml
===================================================================
--- mcp-1.23.3.orig/pyproject.toml 2020-02-02 01:00:00.000000000 +0100
+++ mcp-1.23.3/pyproject.toml 2026-02-02 19:22:11.555700791 +0100
@@ -66,7 +66,6 @@
]
docs = [
"mkdocs>=1.6.1",
- "mkdocs-glightbox>=0.4.0",
"mkdocs-material[imaging]>=9.5.45",
"mkdocstrings-python>=1.12.2",
]
Index: mcp-1.23.3/uv.lock
===================================================================
--- mcp-1.23.3.orig/uv.lock 2020-02-02 01:00:00.000000000 +0100
+++ mcp-1.23.3/uv.lock 2026-02-02 19:21:53.340756614 +0100
@@ -811,7 +811,6 @@
]
docs = [
{ name = "mkdocs" },
- { name = "mkdocs-glightbox" },
{ name = "mkdocs-material", extra = ["imaging"] },
{ name = "mkdocstrings-python" },
]
@@ -855,7 +854,6 @@
]
docs = [
{ name = "mkdocs", specifier = ">=1.6.1" },
- { name = "mkdocs-glightbox", specifier = ">=0.4.0" },
{ name = "mkdocs-material", extras = ["imaging"], specifier = ">=9.5.45" },
{ name = "mkdocstrings-python", specifier = ">=1.12.2" },
]
@@ -1514,18 +1512,6 @@
]
[[package]]
-name = "mkdocs-glightbox"
-version = "0.5.1"
-source = { registry = "https://pypi.org/simple" }
-dependencies = [
- { name = "selectolax" },
-]
-sdist = { url = "https://files.pythonhosted.org/packages/8b/72/c03e9d8d2dbe098d7ce5d51309933a1d3aea268965ed097ab16f4b54de15/mkdocs_glightbox-0.5.1.tar.gz", hash = "sha256:7d78a5b045f2479f61b0bbb17742ba701755c56b013e70ac189c9d87a91e80bf", size = 480028, upload-time = "2025-09-04T13:10:29.679Z" }
-wheels = [
- { url = "https://files.pythonhosted.org/packages/30/cf/e9a0ce9da269746906fdc595c030f6df66793dad1487abd1699af2ba44f1/mkdocs_glightbox-0.5.1-py3-none-any.whl", hash = "sha256:f47af0daff164edf8d36e553338425be3aab6e34b987d9cbbc2ae7819a98cb01", size = 26431, upload-time = "2025-09-04T13:10:27.933Z" },
-]
-
-[[package]]
name = "mkdocs-material"
version = "9.6.19"
source = { registry = "https://pypi.org/simple" }

View File

@@ -53,6 +53,11 @@ Requires: python-python-multipart >= 0.0.9
Requires: python-sse-starlette >= 1.6.1 Requires: python-sse-starlette >= 1.6.1
Requires: python-starlette >= 0.27 Requires: python-starlette >= 0.27
Requires: python-uvicorn >= 0.23.1 Requires: python-uvicorn >= 0.23.1
# For documentation
BuildRequires: %{python_module mkdocs >= 1.6.1}
# BuildRequires: %%{python_module mkdocs-glightbox >= 0.4.0}
BuildRequires: %{python_module mkdocs-material >= 9.5.45}
# BuildRequires: %%{python_module mkdocstrings-python >= 2.0.1}
BuildArch: noarch BuildArch: noarch
%if %{with test} %if %{with test}
BuildRequires: %{python_module PyJWT} BuildRequires: %{python_module PyJWT}