diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-10-26 08:43:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-26 08:43:07 +0200 |
commit | 2ecab0491cb9fc65cf71a0231e57915441e7048a (patch) | |
tree | c09d88c95f21faae8f0923775e0767b401dde8bf /.github | |
parent | ba23ef9b292dc42051ee8d11fa1fe6818b018c8f (diff) | |
parent | 8f05e26198d6b8bcf620f2e87ca671bb74cf82de (diff) |
Merge pull request #54179 from aaronfranke/make-rst
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/static_checks.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/static_checks.yml b/.github/workflows/static_checks.yml index f60046e0dd..0758aa90b1 100644 --- a/.github/workflows/static_checks.yml +++ b/.github/workflows/static_checks.yml @@ -48,4 +48,4 @@ jobs: - name: Documentation checks run: | - doc/tools/makerst.py --dry-run doc/classes modules + doc/tools/make_rst.py --dry-run doc/classes modules |