We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b40f00c commit f792aceCopy full SHA for f792ace
pyproject.toml
@@ -95,6 +95,7 @@ docs = [
95
"mkdocs-awesome-pages-plugin~=2.8",
96
"mkdocs-material~=9.0",
97
"mkdocstrings[python]~=0.26",
98
+ "griffe~=1.13",
99
]
100
101
testing = [
requirements-docs.txt
@@ -1,6 +1,7 @@
1
+griffe==1.13.0
2
mike==2.1.3
3
mkdocs==1.6.1
-mkdocs-autorefs==1.4.2
4
+mkdocs-autorefs==1.4.3
5
mkdocs-awesome-pages-plugin==2.10.1
-mkdocs-material==9.6.17
6
-mkdocstrings[python]==0.30.0
+mkdocs-material==9.6.19
7
+mkdocstrings[python]==0.30.1
0 commit comments