Skip to content

Commit

Permalink
Merge pull request Pylons#1332 from stevepiercy/master
Browse files Browse the repository at this point in the history
- looks like _ are now - in RTD
  • Loading branch information
stevepiercy committed May 4, 2014
2 parents 5ffc5df + fc47400 commit 4e7db89
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/conf.py
Expand Up @@ -57,9 +57,9 @@ def nothing(*arg):

# Looks for objects in external projects
intersphinx_mapping = {
'tutorials': ('http://docs.pylonsproject.org/projects/pyramid_tutorials/en/latest/', None),
'cookbook': ('http://docs.pylonsproject.org/projects/pyramid_cookbook/en/latest/', None),
'jinja2': ('http://docs.pylonsproject.org/projects/pyramid_jinja2/en/latest/', None),
'tutorials': ('http://docs.pylonsproject.org/projects/pyramid-tutorials/en/latest/', None),
'cookbook': ('http://docs.pylonsproject.org/projects/pyramid-cookbook/en/latest/', None),
'jinja2': ('http://docs.pylonsproject.org/projects/pyramid-jinja2/en/latest/', None),
'tm': (
'http://docs.pylonsproject.org/projects/pyramid_tm/en/latest/',
None,
Expand All @@ -83,10 +83,10 @@ def nothing(*arg):
'venusian':
('http://docs.pylonsproject.org/projects/venusian/en/latest', None),
'toolbar':
('http://docs.pylonsproject.org/projects/pyramid_debugtoolbar/en/latest',
('http://docs.pylonsproject.org/projects/pyramid-debugtoolbar/en/latest',
None),
'zcml':
('http://docs.pylonsproject.org/projects/pyramid_zcml/en/latest',
('http://docs.pylonsproject.org/projects/pyramid-zcml/en/latest',
None),
}

Expand Down

0 comments on commit 4e7db89

Please sign in to comment.