Add initial a11y config for docs site (#1067)

This commit is contained in:
Jonathan Wren 2020-10-31 13:59:38 -07:00 committed by GitHub
parent b0b98d85fe
commit 57de3b7d81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 311 additions and 236 deletions

View file

@ -38,6 +38,7 @@ black = {version = "^19.10b0",allow-prereleases = true}
toml = "^0.10.0"
pyflakes = "^2.2.0"
pytest = "^5.4.3"
yq = "^2.11.1"
[tool.poetry.scripts]
jrnl = 'jrnl.cli:cli'