We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a4fd4c commit 0e455b1Copy full SHA for 0e455b1
readthedocs/doc_builder/python_environments.py
@@ -298,9 +298,9 @@ def install_core_requirements(self):
298
299
def install_requirements_file(self, install):
300
requirements_file_path = install.requirements
301
+ # This only happens when the config file is from v1.
302
+ # We try to find a requirements file.
303
if requirements_file_path is None:
- # This only happens when the config file is from v1.
- # We try to find a requirements file.
304
builder_class = get_builder_class(self.config.doctype)
305
docs_dir = (builder_class(build_env=self.build_env, python_env=self)
306
.docs_dir())
0 commit comments