summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2020-01-07 01:12:58 -0600
committerMichael Merickel <michael@merickel.org>2020-01-07 01:12:58 -0600
commit3c06a69e753e3e0cda8d1c9a6a1db9c55f7843ea (patch)
tree348c99dfcd9c49efcaf9eb7e40658d1b1b3397ba /docs/conf.py
parent9629dcfa579e5c78a285e26e42dcff2b1b2df8b7 (diff)
downloadpyramid-3c06a69e753e3e0cda8d1c9a6a1db9c55f7843ea.tar.gz
pyramid-3c06a69e753e3e0cda8d1c9a6a1db9c55f7843ea.tar.bz2
pyramid-3c06a69e753e3e0cda8d1c9a6a1db9c55f7843ea.zip
revamp the test suite and explain the fixtures
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 365af5fdb..472485380 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -72,8 +72,10 @@ intersphinx_mapping = {
'sqla': ('https://docs.sqlalchemy.org/en/latest/', None),
'tm': ('https://docs.pylonsproject.org/projects/pyramid-tm/en/latest/', None),
'toolbar': ('https://docs.pylonsproject.org/projects/pyramid-debugtoolbar/en/latest/', None),
+ 'transaction': ('https://transaction.readthedocs.io/en/latest/', None),
'tutorials': ('https://docs.pylonsproject.org/projects/pyramid-tutorials/en/latest/', None),
'venusian': ('https://docs.pylonsproject.org/projects/venusian/en/latest/', None),
+ 'webtest': ('https://docs.pylonsproject.org/projects/webtest/en/latest/', None),
'zcml': (
'https://docs.pylonsproject.org/projects/pyramid-zcml/en/latest/', None),
}