diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-04-03 19:58:23 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-04-03 19:58:23 +0200 |
| commit | 922e9d585d6b61e0a2261d6d45363890fe719d4f (patch) | |
| tree | eb76e6d42362a636a03f681642251e5b213a62c4 /docs | |
| parent | 20c57e6cbdd28fba9fa660d6d47f940a6b9c730b (diff) | |
| download | pyramid-922e9d585d6b61e0a2261d6d45363890fe719d4f.tar.gz pyramid-922e9d585d6b61e0a2261d6d45363890fe719d4f.tar.bz2 pyramid-922e9d585d6b61e0a2261d6d45363890fe719d4f.zip | |
add zope.component to intersphinx_mapping dict
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index ce1d1cce1..1ddcae08e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,6 +55,7 @@ extensions = [ # Looks for objects in external projects intersphinx_mapping = { + 'zcomponent': ('http://docs.zope.org/zope.component', None), 'webtest': ('http://webtest.pythonpaste.org/en/latest', None), 'webob': ('http://docs.webob.org/en/latest', None), 'sqla': ('http://docs.sqlalchemy.org/en/latest', None), |
