X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=conf.py;h=49695f8fbac439a739c51d65732e72815e13cfd4;hb=e5ef06ce5a29ac08b18639a6b53a260c1c0e4c74;hp=ec350aeb1feaf2d43598d8790b40e37a4d4ba997;hpb=dc7fec99d92b670126e1e73e05df8f60706edc2d;p=ibg.git diff --git a/conf.py b/conf.py index ec350ae..49695f8 100644 --- a/conf.py +++ b/conf.py @@ -22,12 +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.inform import InformLexer from tools.transcript import TranscriptLexer # Setup function. def setup(app): - app.add_lexer('inform', Inform6Lexer()) + app.add_lexer('inform', InformLexer()) app.add_lexer('transcript', TranscriptLexer()) # -- General configuration ------------------------------------------------ @@ -108,7 +108,7 @@ default_role = "any" #show_authors = False # The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'default' +pygments_style = 'friendly' # The default Pygments highlight language. highlight_language = 'none' @@ -229,7 +229,7 @@ htmlhelp_basename = 'IBG' # -- Options for LaTeX output --------------------------------------------- # Title page information. -latex_image = "harry1" +latex_image = "harry_col" latex_image_title = "First Steps" latex_image_info = "(watercolour and crayon on paper, 2002) Harry Firth (2000-)" latex_image_path = os.path.join('images', latex_image + '.png')