Skip to content

Commit e366c15

Browse files
committed
Update conf.py
1 parent 63f0c87 commit e366c15

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/conf.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
# TIP: if using the sphinx-bootstrap-theme, you need
3030
# "treeViewIsBootstrap": True,
3131
"exhaleExecutesDoxygen": True,
32+
# "exhaleDoxygenStdin": "INPUT = ../src/serializers/ ../src/ifcgeom",
3233
"exhaleUseDoxyfile": True
3334

3435
}
@@ -37,11 +38,11 @@
3738

3839
# html_theme = 'sphinx_rtd_theme'
3940

40-
# Tell sphinx what the primary language being documented is.
41-
primary_domain = 'cpp'
41+
# # Tell sphinx what the primary language being documented is.
42+
# primary_domain = 'cpp'
4243

43-
# Tell sphinx what the pygments highlight language should be.
44-
highlight_language = 'cpp'
44+
# # Tell sphinx what the pygments highlight language should be.
45+
# highlight_language = 'cpp'
4546

4647

4748

0 commit comments

Comments
 (0)