From 364a8da6d0636ce751219783d95ccae8f05ab8cd Mon Sep 17 00:00:00 2001 From: Phoenix Eve Aspacio Date: Sat, 6 Oct 2018 11:07:19 +0800 Subject: [PATCH] Fixed Travis Build Somehow travis cannot build the docs automatically due to a configuration error. Maybe this fixes the error. https://squidfunk.github.io/mkdocs-material/extensions/codehilite/#adding-line-numbers --- mkdocs.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 1aa7349ae..63c0bce5b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -7,11 +7,14 @@ edit_uri: ../mailcow-dockerized-docs/edit/master/docs/ remote_branch: gh-pages theme: material markdown_extensions: - - codehilite(guess_lang=true) - - toc(permalink=true) + - codehilite + guess_lang: true + - toc + permalink: true - admonition - pymdownx.magiclink - - pymdownx.tasklist(custom_checkbox=true) + - pymdownx.tasklist + custom_checkbox: true - pymdownx.mark - pymdownx.tilde - pymdownx.extra