X-Git-Url: https://jxself.org/git/?p=ibg.git;a=blobdiff_plain;f=conf.py;h=956d4bc187847f645e8a898e5c55e0945f91485e;hp=49695f8fbac439a739c51d65732e72815e13cfd4;hb=abd9bb494e05d4ddebd8363875ba4bd63f993171;hpb=e5ef06ce5a29ac08b18639a6b53a260c1c0e4c74 diff --git a/conf.py b/conf.py index 49695f8..956d4bc 100644 --- a/conf.py +++ b/conf.py @@ -22,6 +22,8 @@ import codecs # documentation root, use os.path.abspath to make it absolute, like shown here. sys.path.insert(0, ".") +import tools.sphinxpatch + from tools.inform import InformLexer from tools.transcript import TranscriptLexer @@ -288,7 +290,7 @@ latex_documents = [ #latex_use_parts = False # If true, show page references after internal links. -latex_show_pagerefs = False +latex_show_pagerefs = True # If true, show URL addresses after external links. #latex_show_urls = False