8000 turn off smartypants in the doc (avoid turning double dash to endash · phenoflow/python-cwlgen@a5d5ed9 · GitHub
[go: up one dir, main page]

Skip to content

Commit a5d5ed9

Browse files
committed
turn off smartypants in the doc (avoid turning double dash to endash
1 parent 968ef8f commit a5d5ed9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157

158158
# If true, SmartyPants will be used to convert quotes and dashes to
159159
# typographically correct entities.
160-
#html_use_smartypants = True
160+
html_use_smartypants = False
161161

162162
# Custom sidebar templates, maps document names to template names.
163163
#html_sidebars = {}

0 commit comments

Comments
 (0)
0