Skip to content

Commit

Permalink
Convert README to reStructuredText
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Dec 25, 2023
1 parent 9145239 commit 5e1517d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 20 deletions.
20 changes: 0 additions & 20 deletions README.md

This file was deleted.

22 changes: 22 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Sphinx Problem Matcher
======================

This action adds a problem matcher that catches Sphinx warnings
to show them neatly inside your pull request like this:

.. image:: https://i.imgur.com/xkUMS1a.png
:alt: Example Screenshot

The common usage of this will be like so:

.. code-block:: yaml
- uses: sphinx-doc/github-problem-matcher@master
- name: "Build docs"
run: |
cd docs
make html
That is, simply run this action before building your docs.

**Note: this does not handle actually building your docs.**

0 comments on commit 5e1517d

Please sign in to comment.