Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
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
Options
Browse Files
Download
Email Patches
Plain Diff
Fix to prevent double backslashes for Japanese
parent
eb5592ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
source/conf-common.py
source/conf-common.py
+3
-0
No files found.
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
Markdown
is supported
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