Steve Piercy
2014-05-04 fc4740061c65692f6d2f23585f5efeff515cff99
- looks like _ are now - in RTD
1 files modified
10 ■■■■ changed files
docs/conf.py 10 ●●●● patch | view | raw | blame | history
docs/conf.py
@@ -57,9 +57,9 @@
# 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,
@@ -83,10 +83,10 @@
    '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),
}