Test customized Doxyfile

This commit is contained in:
johltn
2020-11-07 18:41:15 +01:00
parent ad9382de08
commit 247a285b68
3 changed files with 2541 additions and 3 deletions
+2531
View File
File diff suppressed because it is too large Load Diff
+5 -1
View File
@@ -1,3 +1,4 @@
import textwrap
# The `extensions` list should already be in here from `sphinx-quickstart` # The `extensions` list should already be in here from `sphinx-quickstart`
extensions = [ extensions = [
# there may be others here already, e.g. 'sphinx.ext.mathjax' # 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 # TIP: if using the sphinx-bootstrap-theme, you need
# "treeViewIsBootstrap": True, # "treeViewIsBootstrap": True,
"exhaleExecutesDoxygen": True, "exhaleExecutesDoxygen": True,
"exhaleDoxygenStdin": "INPUT = ../src/serializers/" "exhaleUseDoxyfile": True
} }
# html_theme = 'sphinx_rtd_theme' # html_theme = 'sphinx_rtd_theme'
# Tell sphinx what the primary language being documented is. # Tell sphinx what the primary language being documented is.
+5 -2
View File
@@ -1,5 +1,8 @@
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 3
about about
rst_files/library_root rst_files/library_root
`ifcopenshell-python documentation <_build/html/index.html>`_