Skip to content

Commit 1a7ca1d

Browse files
author
james
committed
add favicon to query help and support projects
1 parent c26ae24 commit 1a7ca1d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/codeql/query-help/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
5454
# so a file named "default.css" will overwrite the builtin "default.css".
5555
html_static_path = ['../_static']
5656

57+
html_favicon = '../images/site/favicon.ico'
58+
5759
# List of patterns, relative to source directory, that match files and
5860
# directories to ignore when looking for source files.
5961

docs/codeql/support/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@
7171
'nosidebar':True,
7272
}
7373

74+
html_favicon = '../images/site/favicon.ico'
75+
7476
# -- Currently unused, but potentially useful, configs--------------------------------------
7577

7678
# Add any paths that contain custom themes here, relative to this directory.

0 commit comments

Comments
 (0)