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 59aa46a commit 39a618eCopy full SHA for 39a618e
doc/conf.py
@@ -29,6 +29,13 @@
29
suppress_warnings =["docutils"]
30
html_theme = "sphinx_rtd_theme"
31
html_logo = "resources/logo/lewis-logo.png"
32
+html_context = {
33
+ "display_github": True, # Integrate GitHub
34
+ "github_user": "ISISComputingGroup", # Username
35
+ "github_repo": "lewis", # Repo name
36
+ "github_version": "main", # Version
37
+ "conf_py_path": "/doc/", # Path in the checkout to the docs root
38
+}
39
40
autoclass_content = "both"
41
myst_heading_anchors = 3
0 commit comments