Remove doc8 check ignores

In order to prepare for the move of detailed configuration
content from the install guide to the roles, doc8 checks
are being implemented in the roles to ensure that any new
content submitted is properly checked.

Change-Id: Id6d76a3e8a19cb86aa8999828f9a736d05b41c80
Partially-Implements: blueprint osa-install-guide-overhaul
This commit is contained in:
Jesse Pretorius
2016-07-13 13:00:47 +01:00
parent 775141586c
commit 7003129fdb

View File

@@ -39,11 +39,6 @@ commands=
[doc8]
# Settings for doc8:
extensions = .rst
# Disable some doc8 checks:
# D000: Check RST validity
# D001 Line too long
# D002 Trailing whitespace
ignore = D000,D001,D002
[testenv:releasenotes]