Add Python requirements
This commit is contained in:
parent
d88fd4ead3
commit
a39d0fb22c
|
@ -6,6 +6,10 @@ build:
|
||||||
tools:
|
tools:
|
||||||
python: '3.9'
|
python: '3.9'
|
||||||
|
|
||||||
|
python:
|
||||||
|
install:
|
||||||
|
- requirements: requirements.txt
|
||||||
|
|
||||||
mkdocs:
|
mkdocs:
|
||||||
configuration: mkdocs.yml
|
configuration: mkdocs.yml
|
||||||
fail_on_warning: false
|
fail_on_warning: false
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
mkdocs==1.5.2
|
Loading…
Reference in New Issue