Skip to content

Commit 34f91f8

Browse files
committed
Stop building the CodeQL for VS Code docs
1 parent 5eaaf02 commit 34f91f8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/codeql/conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
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 ------------------------------------------------
@@ -53,7 +53,7 @@
5353

5454

5555
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__)))
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.
8888
html_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):
106106
html_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

Comments
 (0)