From c2630122872ced387f65c2f0e313aac836f13198 Mon Sep 17 00:00:00 2001 From: johltn Date: Sun, 1 Nov 2020 12:13:54 +0100 Subject: [PATCH] Modify conf --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"