mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
docs(programming_guide): turned off smartquotes
Sphinx would "smartly" format e.g. double dashes into typographically correct entities, i.e. a long dash unicode character. This doesnt always work well for our docs were sometimes a double dash could be a python argument, which when copied would no longer work.
This commit is contained in:
parent
ac7235523e
commit
fd03f1da1f
@ -252,6 +252,8 @@ extensions += ['sphinx_copybutton',
|
||||
# Use wavedrompy as backend, insted of wavedrom-cli
|
||||
render_using_wavedrompy = True
|
||||
|
||||
smartquotes = False
|
||||
|
||||
# link roles config
|
||||
github_repo = 'espressif/esp-idf'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user