Skip to content

Commit

Permalink
[Fix] fix docs (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
yingfhu authored Jul 6, 2023
1 parent 5f2e7c3 commit 29801a0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/en/_static/css/readthedocs.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

@media screen and (min-width: 1100px) {
.header-logo {
top: -12px;
top: -25px;
}
}

Expand Down
2 changes: 1 addition & 1 deletion docs/en/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
'menu': [
{
'name': 'GitHub',
'url': 'https://github.com/opencompass'
'url': 'https://github.com/InternLM/opencompass'
},
],
# Specify the language of shared menu
Expand Down
2 changes: 1 addition & 1 deletion docs/zh_cn/_static/css/readthedocs.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

@media screen and (min-width: 1100px) {
.header-logo {
top: -12px;
top: -25px;
}
}

Expand Down
2 changes: 1 addition & 1 deletion docs/zh_cn/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
'menu': [
{
'name': 'GitHub',
'url': 'https://github.com/open-mmlab/opencompass'
'url': 'https://github.com/InternLM/opencompass'
},
],
# Specify the language of shared menu
Expand Down

0 comments on commit 29801a0

Please sign in to comment.