Skip to content

Write a "style checker" extension for sphinx #5

@benoitbryon

Description

@benoitbryon
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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions