From 67ebba4175baedb772c36affafe342fed64154ee Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 31 Aug 2018 17:58:58 +0200 Subject: [PATCH] sphinx: one warning less --- docs/source/conf.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 2aeb763209..d335a48c0e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -61,10 +61,8 @@ exhale_args = { "doxygenStripFromPath": "..", # Suggested optional arguments "createTreeView": True, - # TIP: if using the sphinx-bootstrap-theme, you need - # "treeViewIsBootstrap": True, "exhaleExecutesDoxygen": False, - "exhaleUseDoxyfile": True, + # "exhaleUseDoxyfile": True, } -- 2.20.1