]> 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>
Fri, 25 Jan 2019 06:11:35 +0000 (14:11 +0800)
docs/conf_common.py

index 8ffd0b3ecfc226e5a3b19061631425b211ae6eb6..4506d73376c4850e2f288c2719096ae16a29d473 100644 (file)
@@ -74,7 +74,6 @@ confgen_args = [sys.executable,
                 "../../tools/kconfig_new/confgen.py",
                 "--kconfig", "../../Kconfig",
                 "--config", temp_sdkconfig_path,
-                "--create-config-if-missing",
                 "--env", "COMPONENT_KCONFIGS={}".format(kconfigs),
                 "--env", "COMPONENT_KCONFIGS_PROJBUILD={}".format(kconfig_projbuilds),
                 "--env", "IDF_PATH={}".format(idf_path),