mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
trying to fix docs build (#5340)
This commit is contained in:
@ -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:
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user