From 29801a03e78dbf87927a9eb4d5667ef5c01142dc Mon Sep 17 00:00:00 2001 From: Hubert <42952108+yingfhu@users.noreply.github.com> Date: Thu, 6 Jul 2023 16:58:45 +0800 Subject: [PATCH] [Fix] fix docs (#20) --- docs/en/_static/css/readthedocs.css | 2 +- docs/en/conf.py | 2 +- docs/zh_cn/_static/css/readthedocs.css | 2 +- docs/zh_cn/conf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/_static/css/readthedocs.css b/docs/en/_static/css/readthedocs.css index 89a80476..c23efc4a 100644 --- a/docs/en/_static/css/readthedocs.css +++ b/docs/en/_static/css/readthedocs.css @@ -7,7 +7,7 @@ @media screen and (min-width: 1100px) { .header-logo { - top: -12px; + top: -25px; } } diff --git a/docs/en/conf.py b/docs/en/conf.py index f8343924..bde55cce 100644 --- a/docs/en/conf.py +++ b/docs/en/conf.py @@ -91,7 +91,7 @@ html_theme_options = { 'menu': [ { 'name': 'GitHub', - 'url': 'https://github.com/opencompass' + 'url': 'https://github.com/InternLM/opencompass' }, ], # Specify the language of shared menu diff --git a/docs/zh_cn/_static/css/readthedocs.css b/docs/zh_cn/_static/css/readthedocs.css index 89a80476..c23efc4a 100644 --- a/docs/zh_cn/_static/css/readthedocs.css +++ b/docs/zh_cn/_static/css/readthedocs.css @@ -7,7 +7,7 @@ @media screen and (min-width: 1100px) { .header-logo { - top: -12px; + top: -25px; } } diff --git a/docs/zh_cn/conf.py b/docs/zh_cn/conf.py index 352e1cfe..a1544924 100644 --- a/docs/zh_cn/conf.py +++ b/docs/zh_cn/conf.py @@ -93,7 +93,7 @@ html_theme_options = { 'menu': [ { 'name': 'GitHub', - 'url': 'https://github.com/open-mmlab/opencompass' + 'url': 'https://github.com/InternLM/opencompass' }, ], # Specify the language of shared menu