-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
Description
Feature: validate documentation style
In order to validate documentation against style guide conventions
As a documentation writer
I want to run scripts that give me feedback about style conventions
Scenario: Get feedback on documentation build
Given a Sphinx documentation
And style_guide extension is installed and enabled
When I run sphinx-build
Then I get errors, warnings and notices related to style conventions.