John Kerl 2021-11-04 19:05:14 -04:00
parent 432c1250b9
commit 584fa3446b
2 changed files with 6 additions and 1 deletions

View file

@ -9,7 +9,11 @@ version: 2
build:
os: ubuntu-20.04
tools:
python: "3.9"
python: "3.8"
python:
install:
- requirements: docs/requirements.txt
mkdocs:
configuration: docs/mkdocs.yml

1
docs/requirements.txt Normal file
View file

@ -0,0 +1 @@
mkdocs-material