Skip to content

Commit 075a5d2

Browse files
committed
added source_file
1 parent 2baa322 commit 075a5d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readthedocs/rtd_tests/tests/test_doc_builder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +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"))
167168
),
168169
)
169170
base_mkdocs = BaseMkdocs(

0 commit comments

Comments
 (0)