We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee2097a commit e322b71Copy full SHA for e322b71
1 file changed
src/furo/__init__.py
@@ -246,7 +246,6 @@ def _builder_inited(app: sphinx.application.Sphinx) -> None:
246
app.add_css_file("styles/furo-extensions.css", priority=600)
247
248
builder = app.builder
249
- assert builder, "what?"
250
assert (
251
builder.highlighter is not None
252
), "there should be a default style known to Sphinx"
0 commit comments