Skip to content

Commit

Permalink
docs: fail on warnings (#528)
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 committed Jul 11, 2023
1 parent ea2ca6a commit e204fe9
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/DSL
repo_name: Safe-DS/DSL
edit_uri: edit/main/docs/
site_url: !ENV READTHEDOCS_CANONICAL_URL
strict: true

nav:
- Home:
Expand Down

0 comments on commit e204fe9

Please sign in to comment.