diff --git a/source/conf.py b/source/conf.py index 6effdf95f3..3a919d124f 100644 --- a/source/conf.py +++ b/source/conf.py @@ -254,6 +254,14 @@ def setup(app): app.add_js_file("js/version-2014.js") +html_context = { + "display_github": True, # Integrate GitHub + "github_user": "wpilibsuite", # Username + "github_repo": "frc-docs", # Repo name + "github_version": "main", # Version + "conf_py_path": "/source/", # Path in the checkout to the docs root +} + # -- Options for latex generation -------------------------------------------- latex_engine = "xelatex"