mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03: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):
|
def setup(sphinx):
|
||||||
sphinx.add_lexer("gdscript", GDScriptLexer)
|
sphinx.add_lexer("gdscript", GDScriptLexer())
|
||||||
|
|
||||||
return {
|
return {
|
||||||
"parallel_read_safe": True,
|
"parallel_read_safe": True,
|
||||||
|
|||||||
Reference in New Issue
Block a user