Lines Matching refs:sphinx
12 my $requirement_file = $prefix . "Documentation/sphinx/requirements.txt";
165 next if ($dir =~ m,($cur_dir)/sphinx,);
169 next if ($dir =~ m,($cur_dir)/sphinx,);
249 my $fname = "sphinx-build";
252 $fname = "sphinx-build-3";
268 if (m/^\s*sphinx-build\s+([\d\.]+)((\+\/[\da-f]+)|(b\d+))?$/) {
306 die "Can't get default sphinx version from $requirement_file" if (!$default_version);
310 my $sphinx = get_sphinx_fname();
311 if ($sphinx eq "") {
316 $cur_version = get_sphinx_version($sphinx);
317 die ("$sphinx returned an error") if (!$cur_version);
319 die "$sphinx didn't return its version" if (!$cur_version);
364 "python-sphinx" => "python3-sphinx",
398 "python-sphinx" => "python3-sphinx",
475 "python-sphinx" => "python3-sphinx",
522 "python-sphinx" => "python3-sphinx",
692 "sphinx-build" => "sphinx"
723 $sphinx_cmd =~ s/activate/sphinx-build/;
746 # Avoid running sphinx-builds from venv if $cur_version is good
752 # Get the highest version from sphinx_*/bin/sphinx-build and the
801 # sphinx-build is present and its version is >= $min_version
816 # No sphinx either via package or via virtenv. As we can't
891 add_package("python-sphinx", 0);
901 printf "\thttps://github.com/sphinx-doc/sphinx/pull/8313\n";
937 add_package("python-sphinx", 0);
983 # Check if sphinx-build is called sphinx-build-3
985 printf "\tsudo ln -sf %s /usr/bin/sphinx-build\n\n",
986 which("sphinx-build-3");