X-Git-Url: https://scripts.mit.edu/gitweb/wizard.git/blobdiff_plain/32a088acc77f804c4862362061a1a9f7838b88b6..c4a68ce8e6a291ca66d2f73c7e3fdded87aa5f1f:/doc/conf.py?ds=sidebyside diff --git a/doc/conf.py b/doc/conf.py index 128f61a..8379d76 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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