Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
user-manual
manual-build
Commits
d5c13550
Commit
d5c13550
authored
Feb 06, 2019
by
Masayuki Kuwada
Committed by
Kristina Hoeppner
Feb 06, 2019
Browse files
Fix to prevent double backslashes for Japanese
parent
eb5592ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/conf-common.py
View file @
d5c13550
...
...
@@ -156,6 +156,9 @@ html_last_updated_fmt = '%b %d, %Y'
# typographically correct entities.
#html_use_smartypants = True
# prevent multiple backslashes (in Japanese)
smartquotes_excludes
=
({
'languages'
:
[],
'builders'
:
[
'man'
,
'text'
]})
# Custom sidebar templates, maps document names to template names.
html_sidebars
=
{
'**'
:[
'localtoc.html'
,
'relations.html'
,
'searchbox.html'
,
'links.html'
,
'translations.html'
]}
# html_sidebars = {'**':['localtoc.html', 'relations.html', 'searchbox.html', 'translations.html']}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment