Skip to content

Commit

Permalink
disable smartquotes
Browse files Browse the repository at this point in the history
Smartquotes will convert '"..."' to '“...”', will cause unexpected
result when we reference a string without using code block.

also in some languages (zh_TW for example), it will be converted to
'「...」', usually not a desired result.
  • Loading branch information
binotaliu committed Jul 5, 2020
1 parent 54d0264 commit 4f0f9e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@
lexers["gdscript"] = GDScriptLexer()
# fmt: on

smartquotes = False

# Pygments (syntax highlighting) style to use
pygments_style = "sphinx"
highlight_language = "gdscript"
Expand Down

0 comments on commit 4f0f9e0

Please sign in to comment.