diff options
| author | Tres Seaver <tseaver@palladion.com> | 2017-05-09 14:15:01 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-09 14:15:01 -0400 |
| commit | a7402ad57c6bf4803286b61fd9560d8b192826b6 (patch) | |
| tree | 607cf147bb93c1313b103cb0b18a9d5e59ce3e04 /docs | |
| parent | 607367ace939488f787d918c60275a90d5505dbd (diff) | |
| download | pyramid-a7402ad57c6bf4803286b61fd9560d8b192826b6.tar.gz pyramid-a7402ad57c6bf4803286b61fd9560d8b192826b6.tar.bz2 pyramid-a7402ad57c6bf4803286b61fd9560d8b192826b6.zip | |
Pytest changed their URL structure
Diffstat (limited to 'docs')
| -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 f09ae325b..0fdfa7c9a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -70,7 +70,7 @@ intersphinx_mapping = { 'plaster': ('http://docs.pylonsproject.org/projects/plaster/en/latest/', None), 'pylonswebframework': ('http://docs.pylonsproject.org/projects/pylons-webframework/en/latest/', None), 'python': ('https://docs.python.org/3', None), - 'pytest': ('http://pytest.org/latest/', None), + 'pytest': ('http://pytest.org/en/latest/', None), 'sphinx': ('http://www.sphinx-doc.org/en/latest', None), 'sqla': ('http://docs.sqlalchemy.org/en/latest', None), 'tm': ('http://docs.pylonsproject.org/projects/pyramid-tm/en/latest/', None), |
