1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-09-19 19:01:03 +00:00

Disable smartquotes dashes in Sphinx.

Smarquotes transform "--" into em-dashes, and we don't want that.
This commit is contained in:
Louis-Philippe Véronneau 2021-12-16 15:23:54 -05:00
parent 5c969e2f53
commit 5de715f756
No known key found for this signature in database
GPG Key ID: F4257A50B21CFA85

View File

@ -17,6 +17,7 @@ templates_path = []
source_suffix = ".rst"
master_doc = "index"
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
smartquotes_action = "qe"
primary_domain = None
highlight_language = "none"