summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-01-18 08:33:40 -0500
committerTim Graham <timograham@gmail.com>2017-01-18 08:33:40 -0500
commite63d98b7beb16d1410168a2315cbe04c43c9c80d (patch)
tree6c9696cb67abc38b41db5dd78881c59dbf3145db /docs/conf.py
parentf3c43ad1fd9556f0fd026a5dfa93c67a5cf186ca (diff)
Removed formtools from intersphinx_mapping.
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 13a6dbd67e..2b42f44268 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -135,7 +135,6 @@ intersphinx_mapping = {
'python': ('https://docs.python.org/3/', None),
'sphinx': ('http://sphinx-doc.org/', None),
'six': ('https://pythonhosted.org/six/', None),
- 'formtools': ('https://django-formtools.readthedocs.io/en/latest/', None),
'psycopg2': ('http://initd.org/psycopg/docs/', None),
}