diff --git a/docs/404.md b/docs/404.md index 5b3dd745f..87805720a 100644 --- a/docs/404.md +++ b/docs/404.md @@ -2,6 +2,6 @@ hide-toc: true --- -# 404 +# 404 - Page Not Found -## Page Not Found +## The requested page could not be found. diff --git a/docs/conf.py b/docs/conf.py index 3acca4988..a061ee3c5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -77,7 +77,7 @@ html_context["conf_py_path"] = "/docs/" html_context["display_github"] = True html_context["github_user"] = "Farama-Foundation" html_context["github_repo"] = "Gymnasium" -html_context["github_version"] = "master" +html_context["github_version"] = "main" html_context["slug"] = "gymnasium" html_static_path = ["_static"] diff --git a/docs/scripts/gen_mds.py b/docs/scripts/gen_mds.py index bee09524d..022a77942 100644 --- a/docs/scripts/gen_mds.py +++ b/docs/scripts/gen_mds.py @@ -108,7 +108,7 @@ for i, env_spec in tqdm(enumerate(filtered_envs)): ) front_matter = f"""--- -AUTOGENERATED: DO NOT EDIT FILE DIRECTLY +autogenerated: title: {title_env_name} {related_pages_meta}--- """