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 de606cd commit be14b2bCopy full SHA for be14b2b
requirements-docs.txt
@@ -4,7 +4,9 @@ markdown-captions
4
mkdocs==1.5.3
5
mkdocstrings[python]>=0.24
6
mkdocstrings-python==1.9.0
7
-mkdocs-alias-plugin>=0.6.0
+# There is a bug in version 0.8.0 with type hints
8
+# https://github.com/aai-institute/pyDVL/actions/runs/8598810209/job/23560394768
9
+mkdocs-alias-plugin==0.7.1
10
mkdocs-autorefs==1.0.1
11
mkdocs-bibtex==2.15.0
12
mkdocs-gen-files
0 commit comments