mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
This commit is contained in:
parent
432c1250b9
commit
584fa3446b
2 changed files with 6 additions and 1 deletions
|
|
@ -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
1
docs/requirements.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
mkdocs-material
|
||||
Loading…
Add table
Add a link
Reference in a new issue