Loading doc/source/conf.py +8 −1 Original line number Diff line number Diff line Loading @@ -57,3 +57,10 @@ html_theme = 'sphinx_rtd_theme' # 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'] # -- Support Chinese ------------------------------------------------------- latex_engine = 'xelatex' latex_use_xindy = False latex_elements = { 'preamble': '\\usepackage[UTF8]{ctex}\n', } No newline at end of file Loading
doc/source/conf.py +8 −1 Original line number Diff line number Diff line Loading @@ -57,3 +57,10 @@ html_theme = 'sphinx_rtd_theme' # 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'] # -- Support Chinese ------------------------------------------------------- latex_engine = 'xelatex' latex_use_xindy = False latex_elements = { 'preamble': '\\usepackage[UTF8]{ctex}\n', } No newline at end of file