diff --git a/docs/conf.py b/docs/conf.py index 51ecb49f51..cd893c5aca 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,7 @@ author = u'Johan Luttun' # Setup the breathe extension breathe_projects = { - "My Project": "./output/doxygen/xml" + "My Project": "./doxygen/xml" } breathe_default_project = "My Project"