Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Docs] Fix
--branch
magic to not collide variable with sphinx tags
A mistake was made in commit c9dca72 ("[Docs] quickstart: Add specific checkout to stable versions") that the variable name (`tags`) was chosen to collide with Sphinx' special configuration variable: https://www.sphinx-doc.org/en/master/usage/configuration.html#project-tags This went unnoticed, because at the time we were not using project tags. Later, in commit 6ebc605 ("[Docs] Update sphinx to 5.3"), we started using this feature. The mistake was still unnoticed, because the stable checkout was under condition that is true only rarely. Fixes: c9dca72 ("[Docs] quickstart: Add specific checkout to stable versions") Fixes: 6ebc605 ("[Docs] Update sphinx to 5.3") Signed-off-by: Wojtek Porczyk <[email protected]>
- Loading branch information