Use Python 3.8 and pin the version of mkdocs. Signed-off-by: Eric Callahan <arksine.code@gmail.com>
11 lines
154 B
YAML
11 lines
154 B
YAML
version: 2
|
|
|
|
mkdocs:
|
|
configuration: mkdocs.yml
|
|
fail_on_warning: false
|
|
|
|
python:
|
|
version: 3.8
|
|
install:
|
|
- requirements: docs/doc-requirements.txt
|