mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix docs build (#10461)
* Upgrade PIP to fix docs build * Install python3 setuptools
This commit is contained in:
@@ -25,7 +25,7 @@ cache:
|
||||
|
||||
before_install:
|
||||
- sudo apt-get -qq update
|
||||
- sudo apt-get install -y snmp fping python3-pip
|
||||
- sudo apt-get install -y snmp fping python3-pip python3-setuptools
|
||||
- mysql -e 'CREATE DATABASE librenms_phpunit_78hunjuybybh CHARACTER SET utf8 COLLATE utf8_unicode_ci;'
|
||||
- cp tests/config/config.test.php config.php
|
||||
|
||||
|
@@ -7,6 +7,7 @@ if [ "$EXECUTE_BUILD_DOCS" != "true" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
pip3 install --upgrade pip
|
||||
pip3 install --user mkdocs mkdocs-material pymdown-extensions
|
||||
pip3 install --user git+git://github.com/aleray/mdx_del_ins.git
|
||||
|
||||
|
Reference in New Issue
Block a user