X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=conf.py;h=ec350aeb1feaf2d43598d8790b40e37a4d4ba997;hb=bd26ba1632e68187fead18066425a2423bb40316;hp=7546c7521c18936f4d56ae803ab097280522dbcf;hpb=d243892ad9717d0d1cbb0dbc941b229b24a7f09e;p=ibg.git diff --git a/conf.py b/conf.py index 7546c75..ec350ae 100644 --- a/conf.py +++ b/conf.py @@ -22,10 +22,12 @@ import codecs # documentation root, use os.path.abspath to make it absolute, like shown here. sys.path.insert(0, ".") +from tools.int_fiction import Inform6Lexer from tools.transcript import TranscriptLexer # Setup function. def setup(app): + app.add_lexer('inform', Inform6Lexer()) app.add_lexer('transcript', TranscriptLexer()) # -- General configuration ------------------------------------------------ @@ -88,7 +90,7 @@ language = None # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. -exclude_patterns = ['config', 'output'] +exclude_patterns = ['config', 'output', 'tables'] # The reST default role (used for this markup: `text`) to use for all # documents.