We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5000039 commit c3f505bCopy full SHA for c3f505b
2 files changed
.github/workflows/publish-docs.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install dependencies
23
run: |
24
python -m pip install --upgrade pip
25
- pip install mkdocs-material
+ pip install -r requirements.txt
26
27
- name: Build documentation
28
run: mkdocs build
requirements.txt
@@ -11,4 +11,4 @@ colorama~=0.4
11
paginate~=0.5
12
backrefs~=5.7.post1
13
requests~=2.26
14
-mkdocs-material
+mkdocs-material>=9.5.0
0 commit comments