Skip to content

Commit

Permalink
chore: add strictness setting to mkdocs.yml (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer authored Apr 25, 2024
1 parent 8578031 commit c3b6d04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ repo_name: afuetterer/oaipmh-scythe
repo_url: https://github.com/afuetterer/oaipmh-scythe
docs_dir: src
edit_uri: edit/main/docs/
strict: true
watch:
- ../src

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ cov-total = """
features = ["docs"]
template = "docs"
[tool.hatch.envs.docs.scripts]
build = "mkdocs build --strict --config-file=docs/mkdocs.yml"
serve = "mkdocs serve --strict --config-file=docs/mkdocs.yml"
build = "mkdocs build --config-file=docs/mkdocs.yml"
serve = "mkdocs serve --verbose --config-file=docs/mkdocs.yml"
deploy = "mkdocs gh-deploy --force --config-file=docs/mkdocs.yml"

[tool.hatch.envs.release]
Expand Down

0 comments on commit c3b6d04

Please sign in to comment.