Skip to content

Commit

Permalink
update(doc_guidelines): update make target to doc8 checker
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Oliveira <[email protected]>
  • Loading branch information
danielRep committed Dec 6, 2023
1 parent 952175f commit ee61667
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ make spelling
To check for format issues, you need to run the following command:

```bash
make format
make rst-format
```

After correcting all outputted errors, you can build the documentation and
Expand Down
2 changes: 1 addition & 1 deletion source/development/doc_guidelines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ To run the `doc8 <https://github.com/PyCQA/doc8>`_ format checker:

.. code-block:: shell
make format
make rst-format
**Spelling Dictionaries**

Expand Down

0 comments on commit ee61667

Please sign in to comment.