mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 19:46:41 -04:00
Changes: https://github.com/pradyunsg/furo/blob/main/docs/changelog.md https://pradyunsg.me/furo/changelog/
11 lines
403 B
Text
11 lines
403 B
Text
--- src/furo/__init__.py.orig 2023-09-10 14:57:28 UTC
|
|
+++ src/furo/__init__.py
|
|
@@ -347,7 +347,7 @@ def _overwrite_pygments_css(
|
|
|
|
def setup(app: sphinx.application.Sphinx) -> Dict[str, Any]:
|
|
"""Entry point for sphinx theming."""
|
|
- app.require_sphinx("6.0")
|
|
+ app.require_sphinx("5.0")
|
|
|
|
app.add_config_value(
|
|
"pygments_dark_style", default="native", rebuild="env", types=[str]
|