2
2
#
3
3
# The Sphinx config values used in the CodeQL documentation that is published
4
4
# at codeql.github.com/docs
5
- #
5
+ #
6
6
# Note that not all possible configuration values are present in this file.
7
7
#
8
8
# All configuration values have a default; values that are commented out
9
9
# serve to show the default.
10
10
#
11
- # For details of all possible config values,
11
+ # For details of all possible config values,
12
12
# see https://www.sphinx-doc.org/en/master/usage/configuration.html
13
13
#
14
14
# -- GENERAL CONFIG VALUES ------------------------------------------------
53
53
54
54
55
55
def setup (sphinx ):
56
- sys .path .insert (0 , os .path .dirname (os .path .abspath (__file__ )))
56
+ sys .path .insert (0 , os .path .dirname (os .path .abspath (__file__ )))
57
57
from qllexer import QLLexer
58
58
sphinx .add_lexer ("ql" , QLLexer () if sphinx_mod .version_info [0 ] <= 3 else QLLexer )
59
59
@@ -86,7 +86,7 @@ def setup(sphinx):
86
86
87
87
# HTML theme options used to customize the look and feel of the docs.
88
88
html_theme_options = {'font_size' : '16px' ,
89
- 'body_text' : '#333' ,
89
+ 'body_text' : '#333' ,
90
90
'link' : '#2F1695' ,
91
91
'link_hover' : '#2F1695' ,
92
92
'show_powered_by' : False ,
@@ -106,4 +106,4 @@ def setup(sphinx):
106
106
html_favicon = 'images/site/favicon.ico'
107
107
108
108
# Exclude these paths from being built by Sphinx
109
- exclude_patterns = ['vale*' , '_static' , '_templates' , 'reusables' , 'images' , 'support' , 'ql-training' , 'query-help' , '_build' , '*.py*' , 'README.rst' ]
109
+ exclude_patterns = ['vale*' , '_static' , '_templates' , 'reusables' , 'images' , 'support' , 'ql-training' , 'query-help' , '_build' , '*.py*' , 'README.rst' , 'codeql-for-visual-studio-code' ]
0 commit comments