From 292413df87e1029a8a5652de2c8518c5e5331a97 Mon Sep 17 00:00:00 2001 From: Reggie McLean Date: Sun, 14 Apr 2024 00:02:46 -0400 Subject: [PATCH] updating --- docs/_static/img/metaworld-favicon.svg | 161 +++++++++++++++++++++++++ docs/conf.py | 8 +- 2 files changed, 165 insertions(+), 4 deletions(-) create mode 100644 docs/_static/img/metaworld-favicon.svg diff --git a/docs/_static/img/metaworld-favicon.svg b/docs/_static/img/metaworld-favicon.svg new file mode 100644 index 000000000..743f52246 --- /dev/null +++ b/docs/_static/img/metaworld-favicon.svg @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/conf.py b/docs/conf.py index 7f02f27f4..148d30a42 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -73,16 +73,16 @@ html_title = "Metaworld Documentation" html_baseurl = "https://metaworld.farama.org" html_copy_source = False -html_favicon = "_static/img/favicon.svg" +html_favicon = "_static/img/metaworld-favicon.svg" html_theme_options = { - "light_logo": "img/metaworld_black.svg", - "dark_logo": "img/metaworld_white.svg", + "light_logo": "_static/img/metaworld_black.svg", + "dark_logo": "_static/img/metaworld_white.svg", "gtag": "", "description": ( "Collections of robotics environments geared towards " "benchmarking multi-task and meta reinforcement learning" ), - "image": "img/metaworld_black-github.png", + "image": "_static/img/metaworld_black-github.png", "versioning": True, "source_repository": "https://github.com/Farama-Foundation/Metaworld/", "source_branch": "master",