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 abf4454 commit 7badd90Copy full SHA for 7badd90
source/conf.py
@@ -32,7 +32,7 @@
32
""".format(release_date)
33
34
edit_on_github_project = 'nginx/unit-docs'
35
-edit_on_github_branch = 'master'
+edit_on_github_branch = 'main'
36
37
exclude_patterns = ['include']
38
suppress_warnings = ['misc.highlighting_failure']
source/exts/github.py
@@ -44,6 +44,6 @@ def setup(app):
44
"""Connects the extension to the app."""
45
46
app.add_config_value("edit_on_github_project", "", True)
47
- app.add_config_value("edit_on_github_branch", "master", True)
+ app.add_config_value("edit_on_github_branch", "main", True)
48
49
app.connect("html-page-context", html_page_context)
0 commit comments