Skip to content

Commit 3b3350e

Browse files
committed
Correct the Qllexer path for slides
1 parent 32b3e41 commit 3b3350e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/codeql/ql-training/conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
import os
4848

4949
def setup(sphinx):
50-
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(os.path.abspath(__file__)), os.path.pardir, 'global-sphinx-files')))
50+
sys.path.insert(0, os.path.abspath('docs/codeql'))
5151
from qllexer import QLLexer
5252
sphinx.add_lexer("ql", QLLexer())
5353

@@ -86,11 +86,11 @@ def setup(sphinx):
8686
# built documents.
8787
#
8888
# The short X.Y version.
89-
version = u'1.24'
89+
# version = u'1.24'
9090
# The full version, including alpha/beta/rc tags.
91-
release = u'1.24'
92-
copyright = u'2019 Semmle Ltd'
93-
author = u'Semmle Ltd'
91+
# release = u'1.24'
92+
# copyright = u'2019 Semmle Ltd'
93+
# author = u'Semmle Ltd'
9494

9595
# The language for content autogenerated by Sphinx. Refer to documentation
9696
# for a list of supported languages.

0 commit comments

Comments
 (0)