Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
docs: fail on warnings (#79)
Browse files Browse the repository at this point in the history
### Summary of Changes

* Enable strict mode of `mkdocs` to fail on warnings
  • Loading branch information
lars-reimann authored Jul 11, 2023
1 parent dea0126 commit 32fdcb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ repo_url: https://github.com/Safe-DS/Stdlib-Examples
repo_name: Safe-DS/Stdlib-Examples
edit_uri: edit/main/docs/
site_url: !ENV READTHEDOCS_CANONICAL_URL
strict: true

nav:
- Home:
Expand Down

0 comments on commit 32fdcb2

Please sign in to comment.