Skip to content

Commit

Permalink
- add intersphinx module
Browse files Browse the repository at this point in the history
- add intersphinx mapping for pyramid
  • Loading branch information
stevepiercy committed May 4, 2014
1 parent e98adba commit 7430bb1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion conf.py
Expand Up @@ -26,7 +26,16 @@

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc']
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.intersphinx',
]

# Looks for pyramid's objects
intersphinx_mapping = {
'pyramid':
('http://docs.pylonsproject.org/projects/pyramid/en/latest/', None),
}

# Add any paths that contain templates here, relative to this directory.
#templates_path = ['_templates']
Expand Down

0 comments on commit 7430bb1

Please sign in to comment.