Set default highlighting language to "none" globally

Otherwise Python is the default
This commit is contained in:
Shati Patel
2020-12-23 10:15:09 +00:00
parent 2bb96369f1
commit a14f53c02f
2 changed files with 4 additions and 4 deletions

View File

@@ -39,6 +39,10 @@ source_encoding = 'utf-8-sig'
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
# The default language for syntax highlighting, defaults to Python if omitted.
highlight_language = "none"
# Import the QL Lexer to use for syntax highlighting
import os
import sys

View File

@@ -7,10 +7,6 @@ QL language specification
This is a formal specification for the QL language. It provides a comprehensive reference for terminology, syntax, and other technical details about QL.
.. This ``highlight`` directive prevents code blocks in this file being highlighted as QL (the default language for this Sphinx project).
.. highlight:: none
Introduction
------------