Lines Matching refs:cur_version
274 self.cur_version = (0, 0, 0)
481 self.cur_version = self.get_sphinx_version(sphinx)
482 if not self.cur_version:
485 if self.cur_version < self.min_version:
486 curver = PythonVersion.ver_str(self.cur_version)
494 if self.version_check and self.cur_version >= RECOMMENDED_VERSION:
1228 elif PythonVersion.parse_version(ver) > self.cur_version:
1243 if self.cur_version and self.cur_version >= RECOMMENDED_VERSION:
1244 self.latest_avail_ver = self.cur_version
1252 if self.activate_cmd and self.venv_ver > self.cur_version:
1255 if self.cur_version:
1256 self.latest_avail_ver = self.cur_version
1331 if self.cur_version != (0, 0, 0) and self.cur_version >= RECOMMENDED_VERSION:
1341 if self.latest_avail_ver and self.latest_avail_ver > self.cur_version:
1362 if self.latest_avail_ver > self.cur_version:
1430 if self.cur_version != (0, 0, 0):
1431 ver = PythonVersion.ver_str(self.cur_version)