Comment out FormAlchemy intersphinx docs config, for now.
Their server is not currently reachable.
This commit is contained in:
parent
0cbf860ab6
commit
3d7cb2d9a7
|
@ -39,7 +39,8 @@ extensions = [
|
||||||
]
|
]
|
||||||
|
|
||||||
intersphinx_mapping = {
|
intersphinx_mapping = {
|
||||||
'formalchemy': ('http://docs.formalchemy.org/formalchemy/', None),
|
# TODO: Add this back, when the FA site is back online...
|
||||||
|
#'formalchemy': ('http://docs.formalchemy.org/formalchemy/', None),
|
||||||
}
|
}
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
|
|
Loading…
Reference in a new issue