diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-09-05 13:27:00 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-09-05 14:18:04 +0800 |
commit | 31c7a216ab700bda5ce7b6ba07cf3694f8935cf1 (patch) | |
tree | 28de0452d31c2e0b2253c95ab37efa1a3ffbe1af /textproc/py-furo/files/setup.py | |
parent | textproc/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.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 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']} |