diff --git a/.github/workflows/markdown-style-checks.yml b/.github/workflows/markdown-style-checks.yml deleted file mode 100644 index e0de019db3..0000000000 --- a/.github/workflows/markdown-style-checks.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Markdown style checks - -on: - push: - branches: - - main - paths: - - 'docs/**' # Only run on changes to the docs directory - pull_request: - branches: - - '*' - paths: - - 'docs/**' # Only run on changes to the docs directory - -jobs: - markdown-lint: - runs-on: ubuntu-22.04 - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - uses: DavidAnson/markdownlint-cli2-action@v16 - with: - config: "docs/.sphinx/.markdownlint.json" diff --git a/docs/.sphinx/.markdownlint.json b/docs/.sphinx/.markdownlint.json deleted file mode 100644 index 536f9ea929..0000000000 --- a/docs/.sphinx/.markdownlint.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "default": false, - "MD003": { - "style": "atx" - }, - "MD014": true, - "MD018": true, - "MD022": true, - "MD023": true, - "MD026": { - "punctuation": ".,;。,;" - }, - "MD031": { - "list_items": false - }, - "MD032": true, - "MD035": true, - "MD042": true, - "MD045": true, - "MD052": true -} \ No newline at end of file