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 docs: Re-run the 'set-target' target each time, use a unique sdkconfig file for each lang/target combo 2020-02-07 16:47:50 +11:00
README.md
__init__.py
esp_err_definitions.py docs: Make Python 3 compatible 2020-02-07 16:37:45 +11:00
exclude_docs.py docs: support building a subset of the documentation with build_docs 2020-05-22 15:01:40 +08:00
format_idf_target.py Update toolchain xtensa-esp-elf to xtensa-esp32-elf by modifying the dict TOOLCHAIN_NAMES 2020-03-26 18:15:37 +08:00
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 docs: Move to Python 3.5+ and Sphinx 2.3 2020-02-07 16:47:50 +11:00
gen_toolchain_links.py docs: Make Python 3 compatible 2020-02-07 16:37:45 +11:00
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 docs: Make Python 3 compatible 2020-02-07 16:37:45 +11:00
latex_builder.py doc: add latex and PDF generation to build_docs 2020-04-15 17:14:22 +08:00
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.