We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceec285 commit b788832Copy full SHA for b788832
docs/zh_CN/conf.py
@@ -63,7 +63,7 @@
63
#
64
# This is also used if you do content translation via gettext catalogs.
65
# Usually you set "language" from the command line for these cases.
66
-language = u'cn'
+language = u'zh_CN'
67
68
# List of patterns, relative to source directory, that match files and
69
# directories to ignore when looking for source files.
@@ -92,7 +92,7 @@
92
# Add any paths that contain custom static files (such as style sheets) here,
93
# relative to this directory. They are copied after the builtin static files,
94
# so a file named "default.css" will overwrite the builtin "default.css".
95
-html_static_path = ['../mages']
+html_static_path = ['../images']
96
97
# Custom sidebar templates, must be a dictionary that maps document names
98
# to template names.
0 commit comments