From: Martin Quinson Date: Fri, 31 Aug 2018 15:58:58 +0000 (+0200) Subject: sphinx: one warning less X-Git-Tag: v3_21~126 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/67ebba4175baedb772c36affafe342fed64154ee?ds=sidebyside sphinx: one warning less --- 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, }