From e1aa8354631be495f439087fb755ba002c8609bf Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Mon, 11 May 2015 17:23:43 +0200 Subject: [PATCH] fixed conf.py to put relative paths --- doc/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 246eee3..5980f57 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -292,7 +292,7 @@ texinfo_documents = [ #texinfo_no_detailmenu = False #Breathe configuration -sys.path.append( "/Users/celinemercier/Documents/workspace/OBITools3/doc/breathe/" ) -breathe_projects = { "OBITools3": "/Users/celinemercier/Documents/workspace/OBITools3/doc/doxygen/xml/" } +sys.path.append( "../breathe/" ) +breathe_projects = { "OBITools3": "../doxygen/xml/" } breathe_default_project = "OBITools3"