update conf (#212)

This commit is contained in:
Ezra-Yu 2023-08-16 15:22:14 +08:00 committed by GitHub
parent 78df9bd0cb
commit d7cb39581a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ source_suffix = {
'.md': 'markdown', '.md': 'markdown',
} }
language = 'en' language = 'cn'
# The master toctree document. # The master toctree document.
root_doc = 'index' root_doc = 'index'
@ -97,7 +97,7 @@ html_theme_options = {
}, },
], ],
# Specify the language of shared menu # Specify the language of shared menu
'menu_lang': 'en', 'menu_lang': 'cn',
# Disable the default edit on GitHub # Disable the default edit on GitHub
'default_edit_on_github': False, 'default_edit_on_github': False,
} }