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 907e10b commit 4848b3dCopy full SHA for 4848b3d
docs/ops/doc/conf.py
@@ -50,6 +50,16 @@
50
copybutton_selector = "div:not(.no-copybutton) > div.highlight > pre"
51
52
# -- Options for HTML output -------------------------------------------------
53
+
54
+# Always show the Edit on GitHub buttons
55
+# Set the correct path for Edit on GitHub
56
+html_context = {
57
+ 'display_github': True,
58
+ 'github_user': 'scijava',
59
+ 'github_repo': 'scijava',
60
+ 'github_version': 'main/docs/ops/doc/',
61
+}
62
63
# Add the SciJava logo
64
# html_logo = "doc-images/logo.svg"
65
# html_theme_options = {
0 commit comments