Skip to content

Commit

Permalink
Add pre-commit job for sphinx linter
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch authored and VinDp committed Jun 17, 2024
1 parent 8aa1984 commit 4fc7bdb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ repos:
hooks:
- id: markdownlint-cli2
exclude: "include/ur_client_library/queue/LICENSE.md"
- repo: https://github.com/sphinx-contrib/sphinx-lint
rev: v0.9.1
hooks:
- id: sphinx-lint
2 changes: 1 addition & 1 deletion doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The ``ur_client_library`` is available in all maintained ROS distribution and ca
using

.. code-block:: console
$ sudo apt install ros-<distro>-ur-client-library
Unless you explicitly want to contribute to this library we recommend using the binary installation
Expand Down
2 changes: 1 addition & 1 deletion doc/real_time.rst
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ Make sure that the kernel does indeed support real-time scheduling:

.. code-block:: console
$ uname -v | cut -d" " -f1-4
$ uname -v | cut -d" " -f1-4
#1 SMP PREEMPT_RT Tue
Optional: Disable CPU speed scaling
Expand Down

0 comments on commit 4fc7bdb

Please sign in to comment.