Skip to content

Commit 2de16b6

Browse files
committed
attempt to fix circleci prospector
1 parent a22c1f1 commit 2de16b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/builds/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ def get_conf_py_path(self):
540540
conf_py_path = os.path.relpath(conf_py_path, checkout_prefix)
541541
return conf_py_path
542542

543-
def get_mkdocs_yaml_path(self):
543+
def get_mkdocs_yml_path(self):
544544
mkdocs_yml_path = self.project.yaml_dir(self.slug)
545545
checkout_prefix = self.project.checkout_path(self.slug)
546546
mkdocs_yml_path = os.path.relpath(mkdocs_yml_path, checkout_prefix)

0 commit comments

Comments
 (0)