fixed conf.py to put relative paths

This commit is contained in:
Celine Mercier
2015-05-11 17:23:43 +02:00
parent 476f30659d
commit e1aa835463

View File

@ -292,7 +292,7 @@ texinfo_documents = [
#texinfo_no_detailmenu = False #texinfo_no_detailmenu = False
#Breathe configuration #Breathe configuration
sys.path.append( "/Users/celinemercier/Documents/workspace/OBITools3/doc/breathe/" ) sys.path.append( "../breathe/" )
breathe_projects = { "OBITools3": "/Users/celinemercier/Documents/workspace/OBITools3/doc/doxygen/xml/" } breathe_projects = { "OBITools3": "../doxygen/xml/" }
breathe_default_project = "OBITools3" breathe_default_project = "OBITools3"