doc: guides: docs: add details on DT_TURBO_MODE

Include DT_TURBO_MODE in the documentation build guide.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2022-02-02 20:31:30 +01:00 committed by Anas Nashif
parent 5986d882bb
commit ea5560e6e1

View File

@ -248,12 +248,12 @@ Developer-mode Document Building
Building the documentation for all the Kconfig options significantly
adds to the total doc build time. When making and testing major changes
to the documentation, we provide an option to temporarily stub-out
the auto-generated configuration documentation so the doc build process
runs much faster.
the auto-generated configuration and Devicetree bindings documentation so the
doc build process runs much faster.
To enable this mode, set the following option when invoking cmake::
-DKCONFIG_TURBO_MODE=1
-DKCONFIG_TURBO_MODE=1 -DDT_TURBO_MODE=1
or invoke make with the following target::