X-Git-Url: https://jxself.org/git/?p=ibg.git;a=blobdiff_plain;f=conf.py;h=58e5793d39094e2ccbbb7fe62145fb50205bffcc;hp=6d84b88ccf7a2d538f432909176b2d226e85e5b1;hb=7149f9762ee9b58ce18f377e65d3ee9c5098c69b;hpb=a1edd2b053c00d4445b51443dbd81b4545aeaa9e diff --git a/conf.py b/conf.py index 6d84b88..58e5793 100644 --- a/conf.py +++ b/conf.py @@ -21,12 +21,10 @@ import shlex # documentation root, use os.path.abspath to make it absolute, like shown here. sys.path.insert(0, os.path.abspath('tools')) -from inform import InformLexer from transcript import TranscriptLexer # Setup function. def setup(app): - app.add_lexer('inform', InformLexer()) app.add_lexer('transcript', TranscriptLexer()) # -- General configuration ------------------------------------------------