Lines Matching full:versions
8 Install minimal supported requirements for different Sphinx versions
50 # Sphinx versions to be installed and their incremental requirements
52 # Oldest versions we support for each package required by Sphinx 3.4.3
95 # Starting from here, ensure all docutils versions are covered with
96 # supported Sphinx versions. Other packages are upgraded only when
352 Navigate though multiple Sphinx versions, handling each of them
368 vers = set(SPHINX_REQUIREMENTS.keys()) | set(args.versions)
378 if cur_ver not in args.versions:
416 Sphinx versions that are supported by the Linux Kernel build system.
421 If called without "--versions" argument, it covers the versions shipped
434 NOTE: The build time can be very long, specially on old versions. Also, there
463 ver_group.add_argument('-V', '--versions', nargs="*",
465 help='Sphinx versions to test')
471 … help='Add all Sphinx (major,minor) supported versions to the version range')
505 args.versions += list(SPHINX_REQUIREMENTS.keys())