diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-03-21 18:24:31 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-03-21 18:24:31 +0200 |
| commit | f1c29f104a14dea0be612ca0aa8ecd49e165fafa (patch) | |
| tree | 73e6c800ddf2f357d80481df3ed9dc4a858578b0 /docs/conf.py | |
| parent | 38844f75e4a2cd85315f1d570b5b63d00ec1b0b4 (diff) | |
| download | pyramid-f1c29f104a14dea0be612ca0aa8ecd49e165fafa.tar.gz pyramid-f1c29f104a14dea0be612ca0aa8ecd49e165fafa.tar.bz2 pyramid-f1c29f104a14dea0be612ca0aa8ecd49e165fafa.zip | |
add hyperlinks for SQLAlchemy
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 8d22d4d42..b763267dd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,6 +55,7 @@ extensions = [ # Looks for objects in external projects intersphinx_mapping = { + 'sqla': ('http://docs.sqlalchemy.org/en/rel_0_8/', None), 'who': ('http://docs.repoze.org/who/2.0', None), 'python': ('http://docs.python.org', None), 'python3': ('http://docs.python.org/3', None), |
