try the material theme for the documentation

This commit is contained in:
Benjamin Sergeant 2020-03-31 18:32:43 -07:00
parent b6abc12ecd
commit bd44d32fdb
2 changed files with 3 additions and 0 deletions

View File

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

View File

@ -1 +1,3 @@
site_name: IXWebSocket
theme:
name: 'material'