diff options
| author | Michael Merickel <michael@merickel.org> | 2013-03-21 12:40:02 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2013-03-21 12:40:02 -0500 |
| commit | 09bca9c5ed0e66699762d66b09be899e86967899 (patch) | |
| tree | ded739dbb3635ad1de4cdac3640606fdec86567c /docs/conf.py | |
| parent | 1f168300303a8d9cf264cd17eaae06f6e1d7f734 (diff) | |
| download | pyramid-09bca9c5ed0e66699762d66b09be899e86967899.tar.gz pyramid-09bca9c5ed0e66699762d66b09be899e86967899.tar.bz2 pyramid-09bca9c5ed0e66699762d66b09be899e86967899.zip | |
update repoze.who to latest symlink
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 89eb998e7..eff6db488 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -56,7 +56,7 @@ extensions = [ # Looks for objects in external projects intersphinx_mapping = { 'sqla': ('http://docs.sqlalchemy.org/en/latest', None), - 'who': ('http://docs.repoze.org/who/2.0', None), + 'who': ('http://docs.repoze.org/who/latest', None), 'python': ('http://docs.python.org', None), 'python3': ('http://docs.python.org/3', None), 'tstring': |
