mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
Correct the Qllexer path for slides
This commit is contained in:
@@ -47,7 +47,7 @@ import sys
|
||||
import os
|
||||
|
||||
def setup(sphinx):
|
||||
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(os.path.abspath(__file__)), os.path.pardir, 'global-sphinx-files')))
|
||||
sys.path.insert(0, os.path.abspath('docs/codeql'))
|
||||
from qllexer import QLLexer
|
||||
sphinx.add_lexer("ql", QLLexer())
|
||||
|
||||
@@ -86,11 +86,11 @@ htmlhelp_basename = 'CodeQL training'
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = u'1.24'
|
||||
# version = u'1.24'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = u'1.24'
|
||||
copyright = u'2019 Semmle Ltd'
|
||||
author = u'Semmle Ltd'
|
||||
# release = u'1.24'
|
||||
# copyright = u'2019 Semmle Ltd'
|
||||
# author = u'Semmle Ltd'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
||||
Reference in New Issue
Block a user