Skip to content

Commit

Permalink
revert: strict mode for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
d0choa committed Dec 13, 2023
1 parent a7d5c85 commit 13c7124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
def mkdocs_build() -> None:
"""Fixture to build documentation."""
try:
cfg = load_config("mkdocs.yml", strict=True)
cfg = load_config("mkdocs.yml", strict=False)
cfg.plugins["material/search"].on_startup(command="build", dirty=not "clean")
# config = load_config()
# config.strict = True
Expand Down

0 comments on commit 13c7124

Please sign in to comment.