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 c6da057 commit 7aca970Copy full SHA for 7aca970
docs/en/conf.py
@@ -117,6 +117,10 @@ def get_version():
117
'js/custom.js'
118
]
119
120
+html_context = {
121
+ 'github_version': 'main',
122
+}
123
+
124
# -- Options for HTMLHelp output ---------------------------------------------
125
126
# Output file base name for HTML help builder.
docs/zh_cn/conf.py
0 commit comments