Fix conf_py_path for zh_CN docs (#126)

fix conf_py_path

Co-authored-by: wangzy <wangziyi@pjlab.org.cn>
This commit is contained in:
BraisedPork
2024-01-31 16:20:49 +08:00
committed by GitHub
parent f974a7bd39
commit ca1ab4b5ec

View File

@@ -84,7 +84,7 @@ html_context = {
'github_user': 'InternLM',
'github_repo': 'lagent',
'github_version': 'main',
'conf_py_path': '/docs/en/',
'conf_py_path': '/docs/zh_cn/',
}
html_title = 'Lagent'
html_logo = '../imgs/lagent_logo.png'