diff options
| author | Steve Piercy <web@stevepiercy.com> | 2014-05-03 22:41:51 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2014-05-03 22:41:51 -0700 |
| commit | c6c8c5ce12bceaf34a3950c2ee51e2961acaef67 (patch) | |
| tree | bf2125ae480e98f1b666bc9ca6cf56837550d881 /docs/conf.py | |
| parent | 7096d92efd27b96ae48c798a207905f4c38b13c5 (diff) | |
| download | pyramid-c6c8c5ce12bceaf34a3950c2ee51e2961acaef67.tar.gz pyramid-c6c8c5ce12bceaf34a3950c2ee51e2961acaef67.tar.bz2 pyramid-c6c8c5ce12bceaf34a3950c2ee51e2961acaef67.zip | |
- add cookbook to intersphinx mapping
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 eba776628..d15b1270e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,6 +58,7 @@ 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), 'tm': ( 'http://docs.pylonsproject.org/projects/pyramid_tm/en/latest/', |
