summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorScott Shawcroft <scott@adafruit.com>2020-06-03 12:19:20 -0700
committerGitHub <noreply@github.com>2020-06-03 12:19:20 -0700
commit547beb5d4740f8e5b5db5d57a7544a4b765ef0c5 (patch)
tree5b445330d04a03f517dc490b53c87f9c5a5e7516 /docs
parent01e294536c3ca36a8c9ad0e3b2c14adb5c2b85b5 (diff)
parent79cd86445ee352861a68d395114a15c3cd4edee5 (diff)
Merge pull request #2981 from Flameeyes/master
Set up basic integration with pre-commit.
Diffstat (limited to 'docs')
-rw-r--r--docs/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/README.md b/docs/README.md
index b01ae9d49..e98b46f67 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -34,10 +34,10 @@ All commands will, by default, run with `-E` (forces a rebuild from scratch of d
# will turn OFF the force rebuild
make html FORCE=
-
+
# will turn OFF the verbosity
make html VERBOSE=
-
+
# will turn OFF the force rebuild and make it doubly verbose when running
make html FORCE= VERBOSE="-v -v"