Skip to content

Commit 85bdfad

Browse files
committed
pin mkdocs_autorefs to compatible version
fixes an error in mkdocs_autorefs/plugin.py, line 77: TypeError: type 'BasePlugin' is not subscriptable
1 parent 1faf2bf commit 85bdfad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
'mkdocs==1.3',
4242
'mkdocs-click==0.7.0',
4343
'mkdocs-material==8.2.11',
44-
'mkdocstrings==0.18.1'
44+
'mkdocstrings==0.18.1',
45+
'mkdocs_autorefs==1.0.1',
4546
]
4647

4748
setup(

0 commit comments

Comments
 (0)