From a34bcde6cba36e1aaa1cc0242ed7dc8d7e3fa479 Mon Sep 17 00:00:00 2001 From: ivy-branch Date: Wed, 16 Aug 2023 08:01:51 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Lint=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/partial_conf.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/partial_conf.py b/docs/partial_conf.py index ef9b671..699a7cc 100644 --- a/docs/partial_conf.py +++ b/docs/partial_conf.py @@ -1,8 +1,6 @@ # Retrieve html_theme_options from docs/conf.py from docs.conf import html_theme_options -html_theme_options["switcher"][ - "json_url" -] = "https://unify.ai/docs/versions/gym.json" +html_theme_options["switcher"]["json_url"] = "https://unify.ai/docs/versions/gym.json" repo_name = "gym"