Skip to content

Commit 0a14934

Browse files
authored
Merge pull request #1056 from planetlabs/pin-mkdocs_autorefs
pin mkdocs_autorefs to compatible version
2 parents 1faf2bf + 85bdfad commit 0a14934

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)