fixed conf.py to put relative paths
This commit is contained in:
@ -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"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user