コード例 #1
0
ファイル: conf.py プロジェクト: zlaski/ql
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())
コード例 #2
0
def setup(sphinx):
    sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))	
    from qllexer import QLLexer
    sphinx.add_lexer("ql", QLLexer())