Skip to content

Commit 8ec8ff1

Browse files
committed
added validate to mkdocs config
1 parent 075a5d2 commit 8ec8ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/rtd_tests/tests/test_doc_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def test_project_without_mkdocs_yaml(
164164
build_env=self.build_env,
165165
config=get_build_config(
166166
{"mkdocs": {"configuration": "mkdocs.yml"}},
167-
source_file=str(tmp_dir.join("readthedocs.yml"))
167+
source_file=str(tmp_dir.join("readthedocs.yml")), validate=True
168168
),
169169
)
170170
base_mkdocs = BaseMkdocs(

0 commit comments

Comments
 (0)