We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c8d47e commit e6a7258Copy full SHA for e6a7258
readthedocs/search/api/v3/executor.py
@@ -96,7 +96,6 @@ def _get_projects_to_search(self):
96
if version and self._has_permission(self.request, version):
97
yield project, version
98
99
- # TODO: respect the language of the project when including subprojects.
100
for value in self.parser.arguments["subprojects"]:
101
project, version = self._get_project_and_version(value)
102
0 commit comments