diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e065ef8..8a353e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,4 +19,4 @@ jobs: - name: Check YAML formatting uses: ibiqlik/action-yamllint@v3 with: - config_data: '{"extends": "default", "rules": {"line-length": {"max": 120}, "document-start": false}}' \ No newline at end of file + config_data: '{"extends": "default", "rules": {"line-length": {"max": 120}, "document-start": false}}' diff --git a/.markdownlint-cli2.jsonc b/.markdownlint-cli2.jsonc index 35bc2bf..db958e8 100644 --- a/.markdownlint-cli2.jsonc +++ b/.markdownlint-cli2.jsonc @@ -1,6 +1,9 @@ { "config": { "MD013": false, - "MD033": false + "MD031": false, + "MD032": false, + "MD033": false, + "MD040": false } } diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7c8dbbd..16879dc 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -22,5 +22,4 @@ build: # # - Install the dependencies of your project # - Build the documentation - # - Save the generated files in $READTHEDOCS_OUTPUT/html - \ No newline at end of file + # - Save the generated files in $READTHEDOCS_OUTPUT/htm