mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
Revert "Fix Sphinx add_lexer() deprecation in the GDScript extension (#4594)"
This reverts commit 7c71a2898b.
It broke the build.
This commit is contained in:
@@ -339,7 +339,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