Skip to content

Commit

Permalink
try changing the event
Browse files Browse the repository at this point in the history
  • Loading branch information
TDKorn committed Feb 7, 2024
1 parent 7fe9473 commit 2015158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx_github_style/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def setup(app: Sphinx) -> Dict[str, Any]:
app.setup_extension('sphinx.ext.linkcode')

# Add lexer after linkcode sets the top level
app.connect('env-updated', add_lexer)
app.connect('env-check-consistency', add_lexer)

return {'version': sphinx.__display_version__, 'parallel_read_safe': True}

Expand Down

0 comments on commit 2015158

Please sign in to comment.