mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
Revert "Fix Sphinx add_lexer() deprecation in the GDScript extension (#4594)"
This broke the build.
This reverts commit 1f8dcbeee7.
This commit is contained in:
@@ -341,7 +341,7 @@ class GDScriptLexer(RegexLexer):
|
||||
|
||||
|
||||
def setup(sphinx):
|
||||
sphinx.add_lexer("gdscript", GDScriptLexer)
|
||||
sphinx.add_lexer("gdscript", GDScriptLexer())
|
||||
|
||||
return {
|
||||
"parallel_read_safe": True,
|
||||
|
||||
Reference in New Issue
Block a user