Skip to content

Commit 0e455b1

Browse files
committed
Move comment
1 parent 8a4fd4c commit 0e455b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readthedocs/doc_builder/python_environments.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,9 @@ def install_core_requirements(self):
298298

299299
def install_requirements_file(self, install):
300300
requirements_file_path = install.requirements
301+
# This only happens when the config file is from v1.
302+
# We try to find a requirements file.
301303
if requirements_file_path is None:
302-
# This only happens when the config file is from v1.
303-
# We try to find a requirements file.
304304
builder_class = get_builder_class(self.config.doctype)
305305
docs_dir = (builder_class(build_env=self.build_env, python_env=self)
306306
.docs_dir())

0 commit comments

Comments
 (0)