diff --git a/docs/en/_static/css/readthedocs.css b/docs/en/_static/css/readthedocs.css index f872dfa1f4..48ba82aa76 100644 --- a/docs/en/_static/css/readthedocs.css +++ b/docs/en/_static/css/readthedocs.css @@ -1,3 +1,9 @@ table.colwidths-auto td { width: 50% } +.header-logo { + background-image: url("../image/mmengine-logo.png"); + background-size: 130px 40px; + height: 40px; + width: 130px; +} diff --git a/docs/en/_static/image/mmengine-logo.png b/docs/en/_static/image/mmengine-logo.png new file mode 100644 index 0000000000..cc15ff7675 Binary files /dev/null and b/docs/en/_static/image/mmengine-logo.png differ diff --git a/docs/zh_cn/_static/css/readthedocs.css b/docs/zh_cn/_static/css/readthedocs.css index f872dfa1f4..48ba82aa76 100644 --- a/docs/zh_cn/_static/css/readthedocs.css +++ b/docs/zh_cn/_static/css/readthedocs.css @@ -1,3 +1,9 @@ table.colwidths-auto td { width: 50% } +.header-logo { + background-image: url("../image/mmengine-logo.png"); + background-size: 130px 40px; + height: 40px; + width: 130px; +} diff --git a/docs/zh_cn/_static/image/mmengine-logo.png b/docs/zh_cn/_static/image/mmengine-logo.png new file mode 100644 index 0000000000..cc15ff7675 Binary files /dev/null and b/docs/zh_cn/_static/image/mmengine-logo.png differ