mkdocs / use codehilite engine for syntax highlighting

This commit is contained in:
Benjamin Sergeant 2020-03-31 23:18:47 -07:00
parent 96d61c6e5b
commit 49ff3789b5
2 changed files with 2 additions and 2 deletions

View File

@ -18,6 +18,7 @@ jobs:
python -m pip install --upgrade pip
pip install mkdocs
pip install mkdocs-material
pip install pygments
- name: Build doc
run: |
git pull

View File

@ -2,5 +2,4 @@ site_name: IXWebSocket
theme:
name: 'material'
markdown_extensions:
- fenced_code
- tables
- codehilite