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 b3097b0 commit 8ba4204Copy full SHA for 8ba4204
doc/conf.py
@@ -56,6 +56,15 @@
56
57
# -- Options for HTML output -------------------------------------------------
58
59
+# Always show the Edit on GitHub buttons
60
+# Set the correct path for Edit on GitHub
61
+html_context = {
62
+ 'display_github': True,
63
+ 'github_user': 'imagej',
64
+ 'github_repo': 'pyimagej',
65
+ 'github_version': 'main/doc/',
66
+}
67
+
68
# The theme to use for HTML and HTML Help pages. See the documentation for
69
# a list of builtin themes.
70
#
0 commit comments