fix: specify specific mkdocs version (#5339)

This commit is contained in:
Neil Lathwood
2017-01-07 18:09:46 +00:00
committed by GitHub
parent da5783d917
commit 03e3249c50

View File

@ -3,7 +3,7 @@ GH_REPO="@github.com/librenms-docs/librenms-docs.github.io.git"
FULL_REPO="https://${GH_TOKEN}$GH_REPO"
THEME_REPO="https://github.com/librenms-docs/librenms_theme.git"
pip install --user mkdocs
pip install --user "mkdocs==0.16.0"
pip install --user pymdown-extensions
pip install --user git+git://github.com/aleray/mdx_del_ins.git