mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-07-30 21:34:30 +00:00
Docs: Fixes to edit button (#43)
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
hide-toc: true
|
||||
---
|
||||
|
||||
# 404
|
||||
# 404 - Page Not Found
|
||||
|
||||
## Page Not Found
|
||||
## The requested page could not be found.
|
||||
|
@@ -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"]
|
||||
|
@@ -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}---
|
||||
"""
|
||||
|
Reference in New Issue
Block a user