Comment 2 for bug 1569929

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-specs (master)

Reviewed: https://review.openstack.org/307180
Committed: https://git.openstack.org/cgit/openstack/fuel-specs/commit/?id=6ec0b000dd70080b434a3434a284d233123372b4
Submitter: Jenkins
Branch: master

commit 6ec0b000dd70080b434a3434a284d233123372b4
Author: Igor Kalnitsky <email address hidden>
Date: Thu Apr 14 13:09:18 2016 +0300

    Use docutils AST for making smart checks

    Trying to enable testing specs for 9.0, we've encountered different
    unavoidable problems with existing checks. For example, it was
    impossible to have code blocks with line length more than 80 characters.

    This commit uses docutils and make those changes using AST, so we can
    avoid some checks for code-blocks or long links.

    Closes-Bug: #1569929
    Change-Id: Ia501754922b3272acd1a865513d5dffa17981331