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
Dieser Commit ist enthalten in:
Phoenix Eve Aspacio 2018-10-06 11:07:19 +08:00 committet von GitHub
Ursprung 6183ef3a23
Commit 364a8da6d0
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -7,11 +7,14 @@ edit_uri: ../mailcow-dockerized-docs/edit/master/docs/
remote_branch: gh-pages remote_branch: gh-pages
theme: material theme: material
markdown_extensions: markdown_extensions:
- codehilite(guess_lang=true) - codehilite
- toc(permalink=true) guess_lang: true
- toc
permalink: true
- admonition - admonition
- pymdownx.magiclink - pymdownx.magiclink
- pymdownx.tasklist(custom_checkbox=true) - pymdownx.tasklist
custom_checkbox: true
- pymdownx.mark - pymdownx.mark
- pymdownx.tilde - pymdownx.tilde
- pymdownx.extra - pymdownx.extra