summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2023-03-14 10:12:40 +0800
committerUniversebenzene2023-03-14 10:12:40 +0800
commit089f28befaad5cb182878f16e157acd60c9e6820 (patch)
treebed3f7eac5edd665a3ff1955b606d68be6e8341c /PKGBUILD
parent838b5ee151fb7eb2eb1408c793682314ad7be81d (diff)
downloadaur-089f28befaad5cb182878f16e157acd60c9e6820.tar.gz
Remove limit for sphinx
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0ad613058ba0..fa993547e175 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -35,7 +35,7 @@ check() {
}
package_python-sphinx_design() {
- depends=('python-sphinx<6')
+ depends=('python-sphinx')
optdepends=('python-pre-commit: code_style'
'python-myst-parser: rtd'
'python-sphinx_design-doc: Documentation for sphinx_design')