mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-22 07:02:19 +00:00
Fix missing edit button (#431)
This commit is contained in:
11
docs/conf.py
11
docs/conf.py
@@ -17,7 +17,6 @@
|
|||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
from typing import Any, Dict
|
|
||||||
|
|
||||||
import sphinx_gallery.gen_rst
|
import sphinx_gallery.gen_rst
|
||||||
|
|
||||||
@@ -100,14 +99,10 @@ html_theme_options = {
|
|||||||
"description": "A standard API for reinforcement learning and a diverse set of reference environments (formerly Gym)",
|
"description": "A standard API for reinforcement learning and a diverse set of reference environments (formerly Gym)",
|
||||||
"image": "img/gymnasium-github.png",
|
"image": "img/gymnasium-github.png",
|
||||||
"versioning": True,
|
"versioning": True,
|
||||||
|
"source_repository": "https://github.com/Farama-Foundation/Gymnasium/",
|
||||||
|
"source_branch": "main",
|
||||||
|
"source_directory": "docs/",
|
||||||
}
|
}
|
||||||
html_context: Dict[str, Any] = {}
|
|
||||||
html_context["conf_py_path"] = "/docs/"
|
|
||||||
html_context["display_github"] = False
|
|
||||||
html_context["github_user"] = "Farama-Foundation"
|
|
||||||
html_context["github_repo"] = "Gymnasium"
|
|
||||||
html_context["github_version"] = "main"
|
|
||||||
html_context["slug"] = "gymnasium"
|
|
||||||
|
|
||||||
html_static_path = ["_static"]
|
html_static_path = ["_static"]
|
||||||
html_css_files = []
|
html_css_files = []
|
||||||
|
Reference in New Issue
Block a user