From 13c7124c2fc704a4e185e592b32bec7478fd68af Mon Sep 17 00:00:00 2001 From: David Ochoa Date: Wed, 13 Dec 2023 10:21:38 +0000 Subject: [PATCH] revert: strict mode for docs --- tests/test_docs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_docs.py b/tests/test_docs.py index 52d00970d..ec9c4fb36 100644 --- a/tests/test_docs.py +++ b/tests/test_docs.py @@ -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