From 428431932fdd470ed5f8312b63f51d1558aad62b Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Mon, 11 May 2015 17:19:41 +0200 Subject: [PATCH] configuring the sphinx conf.py file for breathe --- doc/source/conf.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index 81e694e..246eee3 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -36,6 +36,7 @@ extensions = [ 'sphinx.ext.pngmath', 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode', + 'breathe', ] # Add any paths that contain templates here, relative to this directory. @@ -289,3 +290,9 @@ texinfo_documents = [ # If true, do not generate a @detailmenu in the "Top" node's menu. #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/" } +breathe_default_project = "OBITools3" +