Skip to content

Commit

Permalink
docs: use stricter validation options (#820)
Browse files Browse the repository at this point in the history
* docs: add stricter validation options

* ci: use more explanative `--strict` instead of `-s`
  • Loading branch information
mkniewallner authored Aug 15, 2024
1 parent fd8fe49 commit 051b67e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ jobs:
uses: ./.github/actions/setup-env

- name: Check if documentation can be built
run: pdm run mkdocs build -s
run: pdm run mkdocs build --strict
6 changes: 6 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,9 @@ markdown_extensions:
permalink: true
- pymdownx.arithmatex:
generic: true

validation:
omitted_files: warn
absolute_links: warn
unrecognized_links: warn
anchors: warn

0 comments on commit 051b67e

Please sign in to comment.