summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f57ec85308e..d8f1dbdc5f81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,5 +20,4 @@ pkgname = python-sphinx-panels
optdepends = python-pre-commit: code_style
optdepends = python-sphinx-autobuild: live-dev
optdepends = python-web-compile: live-dev
- optdepends = python-sphinx-panels-doc: Documentation
diff --git a/PKGBUILD b/PKGBUILD
index d37afb6cf86f..b3866d21fa78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,8 +37,8 @@ package_python-sphinx-panels() {
'python-myst-parser: themes'
'python-pre-commit: code_style'
'python-sphinx-autobuild: live-dev'
- 'python-web-compile: live-dev'
- 'python-sphinx-panels-doc: Documentation')
+ 'python-web-compile: live-dev')
+# 'python-sphinx-panels-doc: Documentation')
cd ${srcdir}/${_pyname}-${pkgver}
install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"