Skip to content

Commit

Permalink
fix: disable smartquotes for latex and markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-jerry-ye committed Jan 10, 2025
1 parent 72ece7e commit 50f531b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions next/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', ".env", '.venv', "README.md", 'sources']

smartquotes_excludes = {
'builders': ['man', 'text', 'markdown', 'latex'],
}

# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

Expand Down

0 comments on commit 50f531b

Please sign in to comment.