We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c26ae24 commit 1a7ca1dCopy full SHA for 1a7ca1d
docs/codeql/query-help/conf.py
@@ -54,6 +54,8 @@
54
# so a file named "default.css" will overwrite the builtin "default.css".
55
html_static_path = ['../_static']
56
57
+html_favicon = '../images/site/favicon.ico'
58
+
59
# List of patterns, relative to source directory, that match files and
60
# directories to ignore when looking for source files.
61
docs/codeql/support/conf.py
@@ -71,6 +71,8 @@
71
'nosidebar':True,
72
}
73
74
75
76
# -- Currently unused, but potentially useful, configs--------------------------------------
77
78
# Add any paths that contain custom themes here, relative to this directory.
0 commit comments