Skip to content

Commit 6c33d96

Browse files
committed
Fix docs
1 parent cc23b84 commit 6c33d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
setup(
55
name="docs",
66
packages=find_packages(),
7-
install_requires=["mkdocs~=1.0", "markdown", "py-gfm"],
7+
install_requires=["mkdocs~=1.0", "markdown<3", "py-gfm"],
88
entry_points={
99
"mkdocs.plugins": ["index_generator = plugins.generators:IndexGeneratorPlugin"]
1010
},

0 commit comments

Comments
 (0)