Skip to content

Sphinx Problem Matcher

Actions
Attaches a problem matcher that looks for errors during Sphinx builds
v1.0
Latest
Star (9)

Sphinx Problem Matcher

This action adds a problem matcher that catches Sphinx warnings to show them neatly inside your pull requests.

Usage

We suggest using the action as shown below, simply running the action before building your documentation.

Note: This action does not handle actually building your docs.

- uses: sphinx-doc/github-problem-matcher@master

- name: "Build docs"
  run: |
    cd docs
    make html

Example

After using the action, files in pull requests will be annotated:

Example Screenshot

Sphinx Problem Matcher is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Attaches a problem matcher that looks for errors during Sphinx builds
v1.0
Latest

Sphinx Problem Matcher is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.