Add a mkdocs extension to generate the --help output (#720)

* Add a mkdocs extension to generate the --help output

* Add the correct setuptools syntax for relative requirements

* docs: use macro plugin instead

* docs: remove indirection in docs

Co-authored-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
Joe Rickerby
2021-06-22 12:18:22 +00:00
committed by GitHub
co-authored by Henry Schreiner
parent 5db1cf898e
commit b6a862a3ff
5 changed files with 21 additions and 51 deletions
+2 -2
View File
@@ -45,7 +45,7 @@ repos:
rev: v0.902
hooks:
- id: mypy
exclude: ^(bin/|cibuildwheel/resources/).*py$
exclude: ^(bin|cibuildwheel/resources|docs)/.*py$
args: ["--python-version=3.6", "--scripts-are-modules"]
additional_dependencies:
- packaging
@@ -54,7 +54,7 @@ repos:
- types-toml
- id: mypy
name: mypy 3.7+ on bin/
files: ^bin/.*py$
files: ^(bin|docs)/.*py$
args: ["--python-version=3.7", "--scripts-are-modules"]
additional_dependencies:
- packaging