summaryrefslogtreecommitdiff
path: root/textproc/py-furo/files/setup.py
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-08-05 01:09:07 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-08-05 01:14:11 +0800
commit4ee3195e3bc58621f8b24054a6d65d5496e4758c (patch)
tree14ed34f65fe6a32d6f5df9ad26b869e121b76145 /textproc/py-furo/files/setup.py
parentsecurity/py-pyhanko: Update version requirement of RUN_DEPENDS (diff)
textproc/py-furo: Update to 2024.7.18
Changes: https://github.com/pradyunsg/furo/blob/main/docs/changelog.md https://pradyunsg.me/furo/changelog/
Diffstat (limited to 'textproc/py-furo/files/setup.py')
-rw-r--r--textproc/py-furo/files/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-furo/files/setup.py b/textproc/py-furo/files/setup.py
index 64b9518ddfa2..d68615086d6b 100644
--- a/textproc/py-furo/files/setup.py
+++ b/textproc/py-furo/files/setup.py
@@ -27,7 +27,7 @@ package_dir = \
{'': 'src'}
install_requires = \
-['beautifulsoup4', 'sphinx >= 5.0,<8.0', 'sphinx-basic-ng', 'pygments >= 2.7']
+['beautifulsoup4', 'sphinx >= 5.0,<8.0', 'sphinx-basic-ng >= 1.0.0.beta2', 'pygments >= 2.7']
entry_points = \
{'sphinx.html_themes': ['furo = furo']}