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 1f462a0 commit a010bb8Copy full SHA for a010bb8
docs/source/conf.py
@@ -117,7 +117,13 @@
117
# Set canonical URL from the Read the Docs Domain
118
html_baseurl = os.environ.get("READTHEDOCS_CANONICAL_URL", "")
119
120
-html_context = {}
+html_context = {
121
+ "display_github": True, # Integrate GitHub
122
+ "github_user": "MESAHub", # Username
123
+ "github_repo": "mesa", # Repo name
124
+ "github_version": "main", # Version
125
+ "conf_py_path": "/docs/source/", # Path in the checkout to the docs root
126
+}
127
128
# Tell Jinja2 templates the build is running on Read the Docs
129
html_context["READTHEDOCS"] = os.environ.get("READTHEDOCS", "") == "True"
0 commit comments