mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +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`
|
# 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
@@ -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>`_
|
||||||
Reference in New Issue
Block a user