command of "tox -e docs" failed

error info of "tox -e docs" is below
doc/source/signing_backends.rst:74: D003 Tabulation used for indentation
doc/source/signing_backends.rst:75: D003 Tabulation used for indentation
doc/source/signing_backends.rst:76: D003 Tabulation used for indentation
doc/source/signing_backends.rst:77: D003 Tabulation used for indentation
doc/source/signing_backends.rst:52: D001 Line too long
This patch correct it
Closes-Bug: #1664796

Change-Id: I55798c2823f8a98ae7bfee0612c3a2639b4ca8d5
This commit is contained in:
xhzhf 2017-02-15 10:03:56 +08:00
parent 29a0e8954d
commit 9d4ea65ef7
1 changed files with 7 additions and 7 deletions

View File

@ -49,9 +49,9 @@ Valid options for this backend are:
pkcs11 pkcs11
------ ------
This backend uses a provided pkcs11 library for the signing operation. The final This backend uses a provided pkcs11 library for the signing operation. The
certificate is created in the same way as with `anchor` backend with regards to final certificate is created in the same way as with `anchor` backend with
extensions and fixups. regards to extensions and fixups.
The interface doesn't rely on any special functionality of the store. Only the The interface doesn't rely on any special functionality of the store. Only the
RSA private key needs to be available as a secret. The only used mechanism is RSA private key needs to be available as a secret. The only used mechanism is
@ -71,10 +71,10 @@ A sample configuration for the ``signing_ca`` block looks like this:
"output_path": "certs", "output_path": "certs",
"signing_hash": "sha256", "signing_hash": "sha256",
"valid_hours": 24, "valid_hours": 24,
"slot": 18, "slot": 18,
"pin": "the_pin", "pin": "the_pin",
"key_id": "b22f6e84a7b29db389b57a24384b95cca0bb4bc0", "key_id": "b22f6e84a7b29db389b57a24384b95cca0bb4bc0",
"pkcs11_path": "/usr/lib/.../pkcs11/...-pkcs11.so" "pkcs11_path": "/usr/lib/.../pkcs11/...-pkcs11.so"
} }
} }