Skip to content

Commit

Permalink
Bump require_sphinx() to Sphinx 6.0 (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Aug 17, 2023
1 parent c1ff10b commit ee2097a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/furo/__init__.py
Expand Up @@ -399,7 +399,7 @@ def _overwrite_pygments_css(

def setup(app: sphinx.application.Sphinx) -> Dict[str, Any]:
"""Entry point for sphinx theming."""
app.require_sphinx("3.0")
app.require_sphinx("6.0")

app.add_config_value(
"pygments_dark_style", default="native", rebuild="env", types=[str]
Expand Down

0 comments on commit ee2097a

Please sign in to comment.