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 0706f37 commit 3ecb385Copy full SHA for 3ecb385
.github/workflows/docs.yml
@@ -19,7 +19,13 @@
19
with:
20
python-version: 3.x
21
- name: Install dependencies
22
- run: pip install mkdocs-material
+ run: |
23
+ pip install mkdocs==1.6.1 \
24
+ mkdocs-material==9.5.34 \
25
+ mkdocstrings==0.26.1 \
26
+ mkdocstrings-python==1.11.1 \
27
+ mkdocs-glightbox==0.4.0 \
28
+ pytkdocs==0.16.2
29
- name: Copy environment file
30
run: cp .env.sample .env
31
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
0 commit comments