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 438d11e commit 875c43bCopy full SHA for 875c43b
Formatting/conf.py.in
@@ -144,10 +144,19 @@ html_theme_options = {
144
{"name": "ITK", "url": "https://itk.org"},
145
],
146
147
+ "use_edit_page_button": True,
148
+
149
# Global TOC depth for "site" navbar tab.
150
'show_nav_level': 2,
151
}
152
153
+html_context = {
154
+ "github_user": "InsightSoftwareConsortium",
155
+ "github_repo": "ITKSphinxExamples",
156
+ "github_version": "master",
157
+ "doc_path": "",
158
+}
159
160
# The name for this set of Sphinx documents. If None, it defaults to
161
# "<project> v<release> documentation".
162
html_title = project + ' v' + release
0 commit comments