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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user