Constraint dependencies for docs build
Without this patch, new library releases (even if not specifically related to sphinx or docs) can break the docs build. For example, the latest Werkzeug release is breaking the docs for the stable/stein branch due to an import error that was fixed in later branches. We shouldn't be letting new library releases affect the docs environment for the same reason we want to control the other tox environments. This change adds -c to the docs tox environment so ensure that all libraries installed in this environment are known good versions. Change-Id: I7cec5478bd276594485ed3ce434ba8dda1975ce4
This commit is contained in:
parent
9ee3d337f7
commit
13410383cf
Loading…
Reference in New Issue
Block a user