]> scripts.mit.edu Git - wizard.git/blobdiff - doc/conf.py
Handle Wordpress random keys correctly on install and upgrade.
[wizard.git] / doc / conf.py
index 128f61a692d96dd178e57cd3dc92c4357616ecb9..8379d76a61c5a9ddc34b04f41346a7220da07b84 100644 (file)
@@ -31,6 +31,7 @@ extensions = [
     'sphinx.ext.graphviz',
     'sphinx.ext.intersphinx',
     'sphinx.ext.todo',
+    'wizard.sphinx.supplement',
     ]
 
 # Add any paths that contain templates here, relative to this directory.
@@ -96,7 +97,7 @@ pygments_style = 'sphinx'
 #modindex_common_prefix = []
 
 # Classes to ignore for coverage reporting
-coverage_ignore_classes = ['ProductionCopy', 'WorkingCopy']
+coverage_ignore_classes = ['ProductionCopy', 'WorkingCopy', 'Dialog', 'Prompt', 'FailPrompt']
 
 
 # -- Options for HTML output ---------------------------------------------------
@@ -105,6 +106,8 @@ coverage_ignore_classes = ['ProductionCopy', 'WorkingCopy']
 # Sphinx are currently 'default' and 'sphinxdoc'.
 html_theme = 'default'
 
+html_style = 'wizard.css'
+
 # Theme options are theme-specific and customize the look and feel of a theme
 # further.  For a list of options available for each theme, see the
 # documentation.
@@ -205,6 +208,9 @@ latex_documents = [
 # If false, no module index is generated.
 #latex_use_modindex = True
 
-intersphinx_mapping = {'http://docs.python.org/dev': None}
+intersphinx_mapping = {
+    'http://docs.python.org/dev': None,
+    'http://www.sqlalchemy.org/docs/05': None,
+    }
 
 todo_include_todos = True