We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 929c007 commit ad07072Copy full SHA for ad07072
1 file changed
docs/codeql/conf.py
@@ -39,7 +39,9 @@
39
# The name of the Pygments (syntax highlighting) style to use.
40
pygments_style = 'sphinx'
41
42
-# The default language for syntax highlighting, defaults to Python if omitted.
+# The default language for syntax highlighting. We need to explicitly set this to "none",
43
+# otherwise Sphinx tries to highlight any unlabeled code samples as "python3".
44
+# See https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-highlight_language.
45
46
highlight_language = "none"
47
0 commit comments