File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
readthedocs/rtd_tests/tests Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -137,8 +137,8 @@ def setUp(self):
137
137
BaseMkdocs .relative_output_dir = "_readthedocs/"
138
138
139
139
140
- @patch ("readthedocs.doc_builder.backends.sphinx .BaseMkdocs.docs_dir" )
141
- @patch ("readthedocs.doc_builder.backends.sphinx .BaseMkdocs.run" )
140
+ @patch ("readthedocs.doc_builder.backends.mkdocs .BaseMkdocs.docs_dir" )
141
+ @patch ("readthedocs.doc_builder.backends.mkdocs .BaseMkdocs.run" )
142
142
@patch ("readthedocs.builds.models.Version.get_mkdocs_yaml_path" )
143
143
@patch ("readthedocs.projects.models.Project.checkout_path" )
144
144
@patch ("readthedocs.doc_builder.python_environments.load_yaml_config" )
@@ -151,9 +151,9 @@ def test_project_without_mkdocs_yaml(
151
151
docs_dir ,
152
152
):
153
153
"""
154
- Test for a project without ``conf.py `` file.
154
+ Test for a project without ``mkdocs.yaml `` file.
155
155
156
- When this happen, the ``get_conf_py_path `` raises a
156
+ When this happen, the ``get_mkdocs_yaml_path `` raises a
157
157
``ProjectConfigurationError`` which is captured by our own code.
158
158
"""
159
159
tmp_dir = tempfile .mkdtemp ()
You can’t perform that action at this time.
0 commit comments