FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
codeql/docs/codeql/query-help/conf.py at codeql-cli/v2.26.3 · github/codeql · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
github
/
codeql
Public
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
10k
Code
Issues
998
Pull requests
460
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
codeql
/
docs
/
codeql
/
query-help
/
conf.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
65 lines (51 loc) · 2.2 KB
Breadcrumbs
codeql
/
docs
/
codeql
/
query-help
/
conf.py
Copy path
File metadata and controls
65 lines (51 loc) · 2.2 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# -*- coding: utf-8 -*-
#
# CodeQL query help configuration file
#
# This file is execfile()d with the current directory set to its
# containing dir.
#
# Note that not all possible configuration values are present in this
# autogenerated file.
#
# All configuration values have a default; values that are commented out
# serve to show the default.
# For details of all possible config values,
# see https://www.sphinx-doc.org/en/master/usage/configuration.html
# -- Project-specific configuration -----------------------------------
# The master toctree document.
master_doc
=
'index'
# General information about the project.
project
=
u'CodeQL query help'
# Add md parser to process query help markdown files
extensions
=
[
'recommonmark'
,
'sphinx_markdown_tables'
,
]
source_suffix
=
{
'.rst'
:
'restructuredtext'
,
'.md'
:
'markdown'
,
}
# -- Project-specific options for HTML output ----------------------------------------------
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
html_theme_options
=
{
'font_size'
:
'16px'
,
'body_text'
:
'#333'
,
'link'
:
'#2F1695'
,
'link_hover'
:
'#2F1695'
,
'show_powered_by'
:
False
,
'nosidebar'
:
True
,
'head_font_family'
:
'-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"'
,
}
highlight_language
=
"none"
# Add any paths that contain templates here, relative to this directory.
templates_path
=
[
'../_templates'
]
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path
=
[
'../_static'
]
html_favicon
=
'../images/site/favicon.ico'
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns
=
[
'toc-*'
,
'readme.md'
]
# ignore toc-<lang>.rst files as they are 'included' in index pages
Back
|
FazBrowse Home
|
New Git URL