We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d283844 commit 381cdb1Copy full SHA for 381cdb1
docs/conf.py
@@ -93,10 +93,7 @@
93
</script>
94
"""
95
96
-html_context = {
97
- "github_url":github_url,
98
- "github_branch":git_branch_name
99
-}
+
100
101
diag_fontpath = '/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf'
102
diag_html_image_format = 'SVG'
@@ -262,7 +259,9 @@
262
259
'site_name': 'Community Training Classes & Labs',
263
260
'next_prev_link': True
264
261
}
+html_codeblock_linenos_style = 'table'
265
html_last_updated_fmt = '%Y-%m-%d %I:%M:%S'
+html_context = {"github_url":github_url, "github_branch":git_branch_name}
266
267
if on_rtd:
268
templates_path = ['_templates']
0 commit comments