mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
Test customized Doxyfile
This commit is contained in:
+2531
File diff suppressed because it is too large
Load Diff
+5
-1
@@ -1,3 +1,4 @@
|
||||
import textwrap
|
||||
# The `extensions` list should already be in here from `sphinx-quickstart`
|
||||
extensions = [
|
||||
# there may be others here already, e.g. 'sphinx.ext.mathjax'
|
||||
@@ -28,9 +29,12 @@ exhale_args = {
|
||||
# TIP: if using the sphinx-bootstrap-theme, you need
|
||||
# "treeViewIsBootstrap": True,
|
||||
"exhaleExecutesDoxygen": True,
|
||||
"exhaleDoxygenStdin": "INPUT = ../src/serializers/"
|
||||
"exhaleUseDoxyfile": True
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
# html_theme = 'sphinx_rtd_theme'
|
||||
|
||||
# Tell sphinx what the primary language being documented is.
|
||||
|
||||
+5
-2
@@ -1,5 +1,8 @@
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:maxdepth: 3
|
||||
|
||||
about
|
||||
rst_files/library_root
|
||||
rst_files/library_root
|
||||
|
||||
|
||||
`ifcopenshell-python documentation <_build/html/index.html>`_
|
||||
Reference in New Issue
Block a user