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'))) from qllexer import QLLexer sphinx.add_lexer("ql", QLLexer())
def setup(sphinx): sys.path.insert(0, os.path.dirname(os.path.abspath(__file__))) from qllexer import QLLexer sphinx.add_lexer("ql", QLLexer())