Docs: Fixes to edit button (#43)

This commit is contained in:
Manuel Goulão
2022-10-09 00:39:35 +01:00
committed by GitHub
parent 9285483db3
commit 62732993b8
3 changed files with 4 additions and 4 deletions

View File

@@ -2,6 +2,6 @@
hide-toc: true
---
# 404
# 404 - Page Not Found
## Page Not Found
## The requested page could not be found.

View File

@@ -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"]

View File

@@ -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}---
"""