summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2014-05-03 22:46:35 -0700
committerSteve Piercy <web@stevepiercy.com>2014-05-03 22:46:35 -0700
commitfc4740061c65692f6d2f23585f5efeff515cff99 (patch)
tree3d972d42a8f64565a2152bb655b0ac8129848f14
parentc6c8c5ce12bceaf34a3950c2ee51e2961acaef67 (diff)
downloadpyramid-fc4740061c65692f6d2f23585f5efeff515cff99.tar.gz
pyramid-fc4740061c65692f6d2f23585f5efeff515cff99.tar.bz2
pyramid-fc4740061c65692f6d2f23585f5efeff515cff99.zip
- looks like _ are now - in RTD
-rw-r--r--docs/conf.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/conf.py b/docs/conf.py
index d15b1270e..4bc8e2172 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -57,9 +57,9 @@ extensions = [
# 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 @@ intersphinx_mapping = {
'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),
}