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.
pull/13022/head
Marius Vikhammer 2023-12-05 12:19:03 +08:00
rodzic b7db75e845
commit 40241d4b68
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -235,6 +235,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'