From 3d82fafda80b5e5fc23a2b75af3d0b4dd9ada424 Mon Sep 17 00:00:00 2001 From: Michel Ferrero Date: Fri, 13 Sep 2013 16:09:56 +0200 Subject: [PATCH] Fix intersphinx problem modified: doc/conf.py.in --- doc/conf.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py.in b/doc/conf.py.in index da5fef22..8586dceb 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -32,4 +32,4 @@ html_sidebars = {'index': ['sideb.html', 'searchbox.html']} htmlhelp_basename = 'TRIQSDftToolsdoc' intersphinx_mapping = {'python': ('http://docs.python.org/2.7', None), 'triqslibs': ('http://ipht.cea.fr/triqs', None), - 'triqscthyb': ('http://ipht.cea.fr/triqs/cthyb_matrix', None)} + 'triqscthyb': ('http://ipht.cea.fr/triqs/applications/cthyb_matrix', None)}