feat: sphinx-material theme

This commit is contained in:
Swann Martinez 2021-03-02 12:46:26 +00:00
parent d2b63df68e
commit 1c3394ce56

View File

@ -3,7 +3,7 @@ pages:
needs: ["deploy"]
image: python:3.7-alpine
script:
- pip install -U sphinx sphinx_rtd_theme
- pip install -U sphinx sphinx_rtd_theme sphinx-material
- sphinx-build -b html ./docs public
artifacts:
paths: