Skip to content

Commit b788832

Browse files
committed
Fix zh_CN docs config
1 parent ceec285 commit b788832

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/zh_CN/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
#
6464
# This is also used if you do content translation via gettext catalogs.
6565
# Usually you set "language" from the command line for these cases.
66-
language = u'cn'
66+
language = u'zh_CN'
6767

6868
# List of patterns, relative to source directory, that match files and
6969
# directories to ignore when looking for source files.
@@ -92,7 +92,7 @@
9292
# Add any paths that contain custom static files (such as style sheets) here,
9393
# relative to this directory. They are copied after the builtin static files,
9494
# so a file named "default.css" will overwrite the builtin "default.css".
95-
html_static_path = ['../mages']
95+
html_static_path = ['../images']
9696

9797
# Custom sidebar templates, must be a dictionary that maps document names
9898
# to template names.

0 commit comments

Comments
 (0)