Add some appendices.
[ibg.git] / conf.py
diff --git a/conf.py b/conf.py
index 0e3fb332da64b361f2d6c017bb81aa7170dee1df..3201bce7f7125e9d535dcf7ccd8c79492111a5a2 100644 (file)
--- 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 ------------------------------------------------
@@ -63,9 +61,9 @@ copyright = u'2016, ' + author
 # built documents.
 #
 # The short X.Y version.
-version = '4.0'
+version = '3'
 # The full version, including alpha/beta/rc tags.
-release = '4.0'
+release = version
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
@@ -127,6 +125,8 @@ html_theme = 'alabaster'
 html_theme_options = {
     'font_family': 'Georgia',
     'head_font_family': 'Georgia',
+    'page_width': '1000px',
+    'show_related': True,
 }
 
 # Add any paths that contain custom themes here, relative to this directory.