We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad04d1 commit 0251f71Copy full SHA for 0251f71
.github/workflows/ci_cd.yml
@@ -61,7 +61,7 @@ jobs:
61
- name: Install project and documentation dependencies
62
run: |
63
.venv\Scripts\Activate.ps1
64
- pip install -r requirements/requirements_doc.txt
+ pip install -r requirements/requirements_doc.txt -U
65
66
# Use environment variable to keep the doctree and avoid redundant build for PDF pages
67
- name: Create HTML documentation
0 commit comments