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 5ce90b5 commit 723a939Copy full SHA for 723a939
docs/conf.py
@@ -62,6 +62,16 @@
62
63
templates_path = ['_templates']
64
65
+# GH Edit button
66
+
67
+html_context = {
68
+ "display_github": True, # Integrate GitHub
69
+ "github_user": "mautic", # Username
70
+ "github_repo": "developer-documentation-new", # Repository name
71
+ "github_version": "5.x/", # Branch name
72
+ "conf_py_path": "/docs/", # Path in the repository to conf.py
73
+}
74
75
# -- Options for HTML output -------------------------------------------------
76
77
# The theme to use for HTML and HTML Help pages. See the documentation for
0 commit comments