|
@@ -101,6 +101,8 @@ from sphinx.highlighting import lexers
|
|
lexers["gdscript"] = GDScriptLexer()
|
|
lexers["gdscript"] = GDScriptLexer()
|
|
# fmt: on
|
|
# fmt: on
|
|
|
|
|
|
|
|
+smartquotes = False
|
|
|
|
+
|
|
# Pygments (syntax highlighting) style to use
|
|
# Pygments (syntax highlighting) style to use
|
|
pygments_style = "sphinx"
|
|
pygments_style = "sphinx"
|
|
highlight_language = "gdscript"
|
|
highlight_language = "gdscript"
|