~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to doc/conf.py

  • Committer: Jonathan Lange
  • Date: 2011-02-22 17:58:27 UTC
  • mto: This revision was merged to the branch mainline in revision 12432.
  • Revision ID: jml@canonical.com-20110222175827-stawikitheg1731l
Don't use the intersphinx extension, since it requires internet access

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
# Add any Sphinx extension module names here, as strings. They can be extensions
27
27
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
28
 
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.intersphinx', 'sphinx.ext.todo']
 
28
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo']
29
29
 
30
30
# Add any paths that contain templates here, relative to this directory.
31
31
templates_path = ['_templates']