esp-idf/docs/idf_extensions
Marius Vikhammer b529b757aa doc: fall back to CI_COMMIT_REF_NAME as a branch name
In some cases gen_version_specific_includes.py would fail to find a branch/tag name for a commit
and would fall back to using commit SHA-1.

This should never happen in docs that should be published as we use the branch/tag name to generate
example commands for our users. E.g. "git clone -b $branch_name"

Closes https://github.com/espressif/esp-idf/issues/5657
2020-07-29 18:22:51 +08:00
..
build_system
README.md
__init__.py
esp_err_definitions.py
exclude_docs.py
format_idf_target.py
gen_defines.py docs: Log the full list of macros, remove code-style macros to prevent Doxygen errors 2020-06-12 14:30:47 +10:00
gen_idf_tools_links.py
gen_toolchain_links.py
gen_version_specific_includes.py doc: fall back to CI_COMMIT_REF_NAME as a branch name 2020-07-29 18:22:51 +08:00
include_build_file.py
kconfig_reference.py
latex_builder.py
link_roles.py docs: fix link_roles not linking correctly for certain files 2020-06-22 20:42:59 +08:00
run_doxygen.py docs: Redirect all of Doxygen stderr to the warnings log 2020-06-12 14:30:47 +10:00
util.py

README.md

See docs/en/contribute/add-ons-reference.rst (or in the IDF docs) for details.