We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f244369 commit c2fccffCopy full SHA for c2fccff
docs/build-docs.sh
@@ -7,7 +7,7 @@ DOCS_DIR="./docs"
7
8
python -m venv ${TEMP_VENV_ENV} && source ${TEMP_VENV_ENV}/bin/activate
9
10
-pip install -c ${UPPER_CONSTRAINTS_FILE:-https://releases.openstack.org/constraints/upper/master} -r ${DOCS_DIR}/requirements.txt
+pip install -c ${UPPER_CONSTRAINTS_FILE:-https://releases.openstack.org/constraints/upper/2025.2} -r ${DOCS_DIR}/requirements.txt
11
12
# Run linter on docs, skipping antsibull-docs output as it isn't up to spec
13
doc8 --config ${DOCS_DIR}/doc8.ini ${DOCS_DIR}/source
0 commit comments