summaryrefslogtreecommitdiff
path: root/textproc/py-sphinx-book-theme/files/patch-pyproject.toml
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-03-14 17:41:03 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-03-14 17:54:26 +0800
commit33bb2955f54347f0943daf0b5f9eda91091e4c7e (patch)
treebfaef9afe04fcfe75c4526fc6f050b9a02afc301 /textproc/py-sphinx-book-theme/files/patch-pyproject.toml
parenttextproc/py-cyclonedx-python-lib: Update to 8.9.0 (diff)
textproc/py-sphinx-book-theme: Update to 1.1.4
Changes: https://github.com/executablebooks/sphinx-book-theme/releases
Diffstat (limited to '')
-rw-r--r--textproc/py-sphinx-book-theme/files/patch-pyproject.toml15
1 files changed, 13 insertions, 2 deletions
diff --git a/textproc/py-sphinx-book-theme/files/patch-pyproject.toml b/textproc/py-sphinx-book-theme/files/patch-pyproject.toml
index 321c4bfc005c..1a0fbd5f9349 100644
--- a/textproc/py-sphinx-book-theme/files/patch-pyproject.toml
+++ b/textproc/py-sphinx-book-theme/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig 2024-06-12 14:08:03 UTC
+--- pyproject.toml.orig 2025-02-20 16:31:55 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@
[build-system]
@@ -8,4 +8,15 @@
+build-backend = "flit_core.buildapi"
[tool.sphinx-theme-builder]
- node-version = "16.13.2"
+ node-version = "20.9.0"
+@@ -36,8 +36,8 @@ dependencies = [
+
+ requires-python = ">=3.9"
+ dependencies = [
+- "sphinx>=6.1",
+- "pydata-sphinx-theme==0.15.4"
++ "sphinx>=5.3",
++ "pydata-sphinx-theme>=0.15.4"
+ ]
+
+ license = { file = "LICENSE" }