]> granicus.if.org Git - esp-idf/commitdiff
docs: remove invalid arg in confgen invocation on docs generation
authorRenz Christian Bagaporo <renz@espressif.com>
Tue, 15 Jan 2019 15:37:48 +0000 (23:37 +0800)
committerRenz Christian Bagaporo <renz@espressif.com>
Wed, 16 Jan 2019 00:16:09 +0000 (08:16 +0800)
docs/conf_common.py

index 6153e51ccf1b887d087958c48859b38d63d945aa..5fecc7a9feb6ec9f5429090d92db544236dce921 100644 (file)
@@ -97,7 +97,6 @@ confgen_args = [sys.executable,
                 "../../tools/kconfig_new/confgen.py",
                 "--kconfig", "../../Kconfig",
                 "--config", temp_sdkconfig_path,
-                "--create-config-if-missing",
                 "--env", "COMPONENT_KCONFIGS={}".format(" ".join(kconfigs)),
                 "--env", "COMPONENT_KCONFIGS_PROJBUILD={}".format(" ".join(kconfig_projbuilds)),
                 "--env", "IDF_PATH={}".format(idf_path),