summaryrefslogtreecommitdiff
path: root/textproc/py-furo/files/setup.py
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-09-05 13:27:00 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-09-05 14:18:04 +0800
commit31c7a216ab700bda5ce7b6ba07cf3694f8935cf1 (patch)
tree28de0452d31c2e0b2253c95ab37efa1a3ffbe1af /textproc/py-furo/files/setup.py
parenttextproc/py-ftfy: Update to 6.2.3 (diff)
textproc/py-furo: Update to 2024.8.6
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 d68615086d6b..e06f11d12151 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 >= 1.0.0.beta2', 'pygments >= 2.7']
+['beautifulsoup4', 'sphinx >= 5.0,<9.0', 'sphinx-basic-ng >= 1.0.0.beta2', 'pygments >= 2.7']
entry_points = \
{'sphinx.html_themes': ['furo = furo']}