Skip to content

Commit

Permalink
Add missing docs requirement and fix docs conf.py (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoulao committed Mar 13, 2023
1 parent c1c7d85 commit c14d781
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -84,9 +84,9 @@
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_repo"] = "Gymnasium-Robotics"
html_context["github_version"] = "master"
html_context["slug"] = "gymnasium"
html_context["slug"] = "gymnasium-robotics"

html_static_path = ["_static"]
html_css_files = []
Expand Down
3 changes: 2 additions & 1 deletion docs/requirements.txt
@@ -1,4 +1,5 @@
sphinx==5.3.0
myst-parser
git+https://github.com/Farama-Foundation/Celshast#egg=furo
tqdm
tqdm
sphinx_github_changelog

0 comments on commit c14d781

Please sign in to comment.