try the material theme for the documentation
This commit is contained in:
parent
b6abc12ecd
commit
bd44d32fdb
1
.github/workflows/mkdocs.yml
vendored
1
.github/workflows/mkdocs.yml
vendored
@ -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
|
||||
|
@ -1 +1,3 @@
|
||||
site_name: IXWebSocket
|
||||
theme:
|
||||
name: 'material'
|
||||
|
Loading…
Reference in New Issue
Block a user