Hello everyone, I've been updating documentation in kolla-ansible and noticed that while replacing variable content works in https://docs.openstack.org/kolla-ansible it fails to replace the variable with proper content in https://docs.openstack.org/project-deploy-guide/kolla-ansible. If I understand correctly, it's being substituted with var having proper content in here: https://opendev.org/openstack/kolla-ansible/src/branch/master/doc/source/con... Later on used in https://opendev.org/openstack/kolla-ansible/src/branch/master/doc/source/con... And now for the example - |KOLLA_BRANCH_NAME| variable: Working substitution: https://docs.openstack.org/kolla-ansible/latest/user/operating-kolla.html#to... https://opendev.org/openstack/kolla-ansible/src/branch/master/doc/source/use... Failed to render content: https://docs.openstack.org/project-deploy-guide/kolla-ansible/latest/quickst... https://opendev.org/openstack/kolla-ansible/src/branch/master/doc/source/use... The var seems to be used the same in both examples, I suspect slightly different configuration on project end of the things. Can anyone advise where should I start looking? Best regards, Jakub