trying to fix docs build (#5340)

This commit is contained in:
Neil Lathwood
2017-01-07 22:14:16 +00:00
committed by GitHub
parent 03e3249c50
commit 317402c378
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
site_name: LibreNMS Docs
docs_dir: doc
theme_dir: 'librenms_theme'
theme: null
site_dir: out
site_url: http://docs.librenms.org
markdown_extensions:

View File

@ -3,7 +3,8 @@ 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==0.16.0"
pip install --user 'jinja2<2.9'
pip install --user mkdocs
pip install --user pymdown-extensions
pip install --user git+git://github.com/aleray/mdx_del_ins.git