We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f9a79e commit 76deb40Copy full SHA for 76deb40
.github/workflows/BuildMKDocsAndPublishToGithubPages.yml
@@ -36,3 +36,4 @@ jobs:
36
# The token is automatically generated by the GH Action
37
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38
CONFIG_FILE: docs/mkdocs.yml
39
+ REQUIREMENTS: requirements.txt
.github/workflows/mkdocs.yml
requirements.txt
@@ -5,10 +5,11 @@ mkdocs-video==1.5.0
5
mkdocs-redirects==1.2.1
6
mkdocs-enumerate-headings-plugin==0.6.1
7
mkdocs-git-revision-date-localized-plugin==1.2.5
8
-mkdocstrings-python==1.10.5
+mkdocstrings==0.30.0
9
+mkdocstrings-python==1.18.2
10
+griffe>=1.10,<2
11
shortuuid==1.0.13
12
black==24.8.0
13
-# Choose ONE of the following lines (uncomment ONE only):
14
mkdocs-with-pdf==0.9.3
15
# mkdocs-pdf-export-plugin==0.5.10
0 commit comments