Fix ordering and go back to reqs
This commit is contained in:
parent
2e2eaaa918
commit
2a3cfc5b58
|
@ -5,9 +5,11 @@ build:
|
|||
os: 'ubuntu-22.04'
|
||||
tools:
|
||||
python: '3.9'
|
||||
apt_packages:
|
||||
- mkdocs
|
||||
|
||||
mkdocs:
|
||||
configuration: mkdocs.yml
|
||||
fail_on_warning: false
|
||||
|
||||
python:
|
||||
install:
|
||||
- requirements: requirements.txt
|
||||
|
|
Loading…
Reference in New Issue