From e366c15ddeb788bed0551fccbf170473d23378b7 Mon Sep 17 00:00:00 2001 From: johltn Date: Sat, 7 Nov 2020 19:12:33 +0100 Subject: [PATCH] Update conf.py --- docs/conf.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 80a645a657..b2f26ae6b9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,6 +29,7 @@ exhale_args = { # TIP: if using the sphinx-bootstrap-theme, you need # "treeViewIsBootstrap": True, "exhaleExecutesDoxygen": True, + # "exhaleDoxygenStdin": "INPUT = ../src/serializers/ ../src/ifcgeom", "exhaleUseDoxyfile": True } @@ -37,11 +38,11 @@ exhale_args = { # html_theme = 'sphinx_rtd_theme' -# Tell sphinx what the primary language being documented is. -primary_domain = 'cpp' +# # Tell sphinx what the primary language being documented is. +# primary_domain = 'cpp' -# Tell sphinx what the pygments highlight language should be. -highlight_language = 'cpp' +# # Tell sphinx what the pygments highlight language should be. +# highlight_language = 'cpp'