diff options
| author | Tres Seaver <tseaver@palladion.com> | 2013-03-30 15:50:05 -0700 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2013-03-30 15:50:05 -0700 |
| commit | 7bdb0c5eeea85a442a575f0b8b2678cccc58ea1a (patch) | |
| tree | 4add4196c61dc16962a78a060c52ff1c47158bb3 /docs/conf.py | |
| parent | bd10de6b53905fa260b44ae6f468bac1ea30b91b (diff) | |
| parent | d4683cbbfc370fd908592399a36ea47db2570b72 (diff) | |
| download | pyramid-7bdb0c5eeea85a442a575f0b8b2678cccc58ea1a.tar.gz pyramid-7bdb0c5eeea85a442a575f0b8b2678cccc58ea1a.tar.bz2 pyramid-7bdb0c5eeea85a442a575f0b8b2678cccc58ea1a.zip | |
Merge pull request #959 from tshepang/refs
fix some cross-references
Diffstat (limited to 'docs/conf.py')
| -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 6662b1b43..ce1d1cce1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,6 +55,7 @@ extensions = [ # Looks for objects in external projects intersphinx_mapping = { + 'webtest': ('http://webtest.pythonpaste.org/en/latest', None), 'webob': ('http://docs.webob.org/en/latest', None), 'sqla': ('http://docs.sqlalchemy.org/en/latest', None), 'who': ('http://docs.repoze.org/who/latest', None), |
