From aea94c44249aa16d091a6012efb83a4b29d18ebb Mon Sep 17 00:00:00 2001 From: Gael Pasgrimaud Date: Tue, 21 Jun 2011 17:09:37 +0200 Subject: [PATCH] use real link --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 3a4e1ae..a0e0504 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -219,7 +219,7 @@ man_pages = [ # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = { 'pyramid': ('http://docs.pylonsproject.org/projects/pyramid/1.0', None), - 'formalchemy': ('../../formalchemy/docs/_build/html/', None), + 'formalchemy': ('http://docs.formalchemy.org/formalchemy/', None), } html_theme = 'nature'