Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
csst_proto
Commits
0fbc5730
Commit
0fbc5730
authored
Sep 11, 2022
by
BO ZHANG
🏀
Browse files
support Chinese
parent
08c35501
Pipeline
#113
passed with stages
in 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
doc/source/conf.py
View file @
0fbc5730
...
...
@@ -56,4 +56,11 @@ html_theme = 'sphinx_rtd_theme'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path
=
[
'_static'
]
\ No newline at end of file
html_static_path
=
[
'_static'
]
# -- Support Chinese -------------------------------------------------------
latex_engine
=
'xelatex'
latex_use_xindy
=
False
latex_elements
=
{
'preamble'
:
'
\\
usepackage[UTF8]{ctex}
\n
'
,
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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