Skip to content

Commit c14d781

Browse files
authored
Add missing docs requirement and fix docs conf.py (#125)
1 parent c1c7d85 commit c14d781

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@
8484
html_context["conf_py_path"] = "/docs/"
8585
html_context["display_github"] = True
8686
html_context["github_user"] = "Farama-Foundation"
87-
html_context["github_repo"] = "Gymnasium"
87+
html_context["github_repo"] = "Gymnasium-Robotics"
8888
html_context["github_version"] = "master"
89-
html_context["slug"] = "gymnasium"
89+
html_context["slug"] = "gymnasium-robotics"
9090

9191
html_static_path = ["_static"]
9292
html_css_files = []

docs/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
sphinx==5.3.0
22
myst-parser
33
git+https://github.com/Farama-Foundation/Celshast#egg=furo
4-
tqdm
4+
tqdm
5+
sphinx_github_changelog

0 commit comments

Comments
 (0)