diff --git a/docs/_static/css/style.css b/docs/_static/css/style.css index 7bcc63b..3e31531 100644 --- a/docs/_static/css/style.css +++ b/docs/_static/css/style.css @@ -38,7 +38,7 @@ h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend, p.capti /* Fixes for mobile */ .wy-nav-top { background-color: #fff; - /*background-image: url('../images/tianshou-logo.svg');*/ + /*background-image: url('../images/tianshou-logo.png');*/ background-repeat: no-repeat; background-position: center; padding: 0; diff --git a/docs/_static/images/tianshou-logo.png b/docs/_static/images/tianshou-logo.png index 4152cc2..fa31829 100644 Binary files a/docs/_static/images/tianshou-logo.png and b/docs/_static/images/tianshou-logo.png differ diff --git a/docs/_static/images/tianshou-logo.svg b/docs/_static/images/tianshou-logo.svg deleted file mode 100644 index 79fce39..0000000 --- a/docs/_static/images/tianshou-logo.svg +++ /dev/null @@ -1,1229 +0,0 @@ - - - - diff --git a/docs/conf.py b/docs/conf.py index 524477d..1763782 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -28,7 +28,7 @@ with open(path.join(here, '..', 'tianshou', '__init__.py')) as f: # -- Project information ----------------------------------------------------- project = 'Tianshou' -copyright = '2020, Tianshou contributors' +copyright = '2020, Tianshou contributors.' author = 'Tianshou contributors' # The full version, including alpha/beta/rc tags