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.
2 parents 0884456 + 145f07e commit 2c994f2Copy full SHA for 2c994f2
doc/conf.py
@@ -47,10 +47,17 @@
47
templates_path = ["_templates"]
48
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
49
50
-
51
# -- Options for HTML output -------------------------------------------------
52
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
53
+html_context = {
54
+ "display_github": True, # Integrate GitHub
55
+ "github_user": "ISISComputingGroup", # Username
56
+ "github_repo": "ibex_bluesky_core", # Repo name
57
+ "github_version": "main", # Version
58
+ "conf_py_path": "/doc/", # Path in the checkout to the docs root
59
+}
60
+
61
html_theme = "sphinx_rtd_theme"
62
html_logo = "logo.png"
63
html_theme_options = {
0 commit comments