We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c7d85 commit c14d781Copy full SHA for c14d781
docs/conf.py
@@ -84,9 +84,9 @@
84
html_context["conf_py_path"] = "/docs/"
85
html_context["display_github"] = True
86
html_context["github_user"] = "Farama-Foundation"
87
-html_context["github_repo"] = "Gymnasium"
+html_context["github_repo"] = "Gymnasium-Robotics"
88
html_context["github_version"] = "master"
89
-html_context["slug"] = "gymnasium"
+html_context["slug"] = "gymnasium-robotics"
90
91
html_static_path = ["_static"]
92
html_css_files = []
docs/requirements.txt
@@ -1,4 +1,5 @@
1
sphinx==5.3.0
2
myst-parser
3
git+https://github.com/Farama-Foundation/Celshast#egg=furo
4
-tqdm
+tqdm
5
+sphinx_github_changelog
0 commit comments