mirror of
https://github.com/github/codeql.git
synced 2026-04-22 15:25:18 +02:00
Docs: Fix inconsistencies in sphinx config files
This commit is contained in:
@@ -47,7 +47,7 @@ import sys
|
||||
import os
|
||||
|
||||
def setup(sphinx):
|
||||
sys.path.insert(0, os.path.join(os.path.dirname( __file__ ), '..'))
|
||||
sys.path.insert(0, os.path.join(os.path.dirname(__file__), os.path.pardir))
|
||||
from qllexer import QLLexer
|
||||
sphinx.add_lexer("ql", QLLexer())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user