22#
33# The Sphinx config values used in the CodeQL documentation that is published
44# at codeql.github.com/docs
5- #
5+ #
66# Note that not all possible configuration values are present in this file.
77#
88# All configuration values have a default; values that are commented out
99# serve to show the default.
1010#
11- # For details of all possible config values,
11+ # For details of all possible config values,
1212# see https://www.sphinx-doc.org/en/master/usage/configuration.html
1313#
1414# -- GENERAL CONFIG VALUES ------------------------------------------------
5353
5454
5555def 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__ )))
5757 from qllexer import QLLexer
5858 sphinx .add_lexer ("ql" , QLLexer () if sphinx_mod .version_info [0 ] <= 3 else QLLexer )
5959
@@ -86,7 +86,7 @@ def setup(sphinx):
8686
8787# HTML theme options used to customize the look and feel of the docs.
8888html_theme_options = {'font_size' : '16px' ,
89- 'body_text' : '#333' ,
89+ 'body_text' : '#333' ,
9090 'link' : '#2F1695' ,
9191 'link_hover' : '#2F1695' ,
9292 'show_powered_by' : False ,
@@ -106,4 +106,4 @@ def setup(sphinx):
106106html_favicon = 'images/site/favicon.ico'
107107
108108# 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