I need to re-configure the travis per-branch docs deployment because it conflicts with release procedures. Instead of using the all_branches: true configuration, I should use branch: <branch-name>. This will be branch-specific (i.e., branch: liberty on the liberty branch, branch: mitaka on the mitaka branch, etc.).
The docs make linkcheck command should be treated as a warning so it doesn't break the whole build.
OpenStack Release
kilo
Description
I need to re-configure the travis per-branch docs deployment because it conflicts with release procedures. Instead of using the
all_branches: true
configuration, I should usebranch: <branch-name>
. This will be branch-specific (i.e.,branch: liberty
on the liberty branch,branch: mitaka
on the mitaka branch, etc.).The docs
make linkcheck
command should be treated as a warning so it doesn't break the whole build.