Remove unnecessary links in the docs page (#65)

This commit is contained in:
Manuel Goulão
2022-10-19 15:20:14 +01:00
committed by GitHub
parent d6269191d7
commit e7c8a8cb59
2 changed files with 1 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ html_theme_options = {
}
html_context: Dict[str, Any] = {}
html_context["conf_py_path"] = "/docs/"
html_context["display_github"] = True
html_context["display_github"] = False
html_context["github_user"] = "Farama-Foundation"
html_context["github_repo"] = "Gymnasium"
html_context["github_version"] = "main"

View File

@@ -77,5 +77,4 @@ tutorials/*
:caption: Development
Github <https://github.com/Farama-Foundation/Gymnasium>
Donate <https://farama.org/donations>
```