Officially remove FormAlchemy dependency (yay!)

This commit is contained in:
Lance Edgar 2018-02-11 23:25:54 -06:00
parent cb8db266cd
commit 33e345f4ae
3 changed files with 0 additions and 7 deletions

View file

@ -41,8 +41,6 @@ extensions = [
]
intersphinx_mapping = {
# TODO: Add this back, when the FA site is back online...
#'formalchemy': ('http://docs.formalchemy.org/formalchemy/', None),
'webhelpers2': ('https://webhelpers2.readthedocs.io/en/latest/', None),
}