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 21a49f4 commit 303d7ccCopy full SHA for 303d7cc
docs/conf.py
@@ -269,3 +269,10 @@
269
# The name of an image file (relative to this directory) to place at the top of
270
# the title page.
271
latex_logo = "_static/logo_2x.png"
272
+
273
274
+# suggest edit link
275
+# remark: {{ file_name }} is mandatory in "edit_page_url_template"
276
+html_context = {
277
+ "edit_page_url_template": "https://6.dev-docs.plone.org/contributing/index.html?{{ file_name }}#making-contributions-on-github",
278
+}
0 commit comments