diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-08-05 01:09:07 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-08-05 01:14:11 +0800 |
commit | 4ee3195e3bc58621f8b24054a6d65d5496e4758c (patch) | |
tree | 14ed34f65fe6a32d6f5df9ad26b869e121b76145 /textproc/py-furo/files/setup.py | |
parent | security/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.py | 2 |
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']} |