Skip to content

Commit c2fccff

Browse files
committed
Fix documentation building by changing constraints
After a recent change, the build documentation step is failing. Let's fix it by changing the constraints to a different version.
1 parent f244369 commit c2fccff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ DOCS_DIR="./docs"
77

88
python -m venv ${TEMP_VENV_ENV} && source ${TEMP_VENV_ENV}/bin/activate
99

10-
pip install -c ${UPPER_CONSTRAINTS_FILE:-https://releases.openstack.org/constraints/upper/master} -r ${DOCS_DIR}/requirements.txt
10+
pip install -c ${UPPER_CONSTRAINTS_FILE:-https://releases.openstack.org/constraints/upper/2025.2} -r ${DOCS_DIR}/requirements.txt
1111

1212
# Run linter on docs, skipping antsibull-docs output as it isn't up to spec
1313
doc8 --config ${DOCS_DIR}/doc8.ini ${DOCS_DIR}/source

0 commit comments

Comments
 (0)