patch-docs_conf_py 594 B

12345678910111213
  1. $OpenBSD: patch-docs_conf_py,v 1.1 2015/12/23 19:43:17 jca Exp $
  2. --- docs/conf.py.orig Thu Nov 12 10:23:01 2015
  3. +++ docs/conf.py Wed Dec 23 20:32:59 2015
  4. @@ -27,7 +27,7 @@ sys.path.append(os.path.abspath('_themes'))
  5. # Add any Sphinx extension module names here, as strings. They can be extensions
  6. # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
  7. -extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx',
  8. +extensions = ['sphinx.ext.autodoc',
  9. 'sphinx.ext.doctest', 'werkzeugext']
  10. # Add any paths that contain templates here, relative to this directory.