Lines Matching refs:sphinx
12 my $requirement_file = $prefix . "Documentation/sphinx/requirements.txt";
160 next if ($dir =~ m,($cur_dir)/sphinx,);
164 next if ($dir =~ m,($cur_dir)/sphinx,);
244 my $fname = "sphinx-build";
247 $fname = "sphinx-build-3";
263 if (m/^\s*sphinx-build\s+([\d\.]+)(\+\/[\da-f]+)?$/) {
301 die "Can't get default sphinx version from $requirement_file" if (!$default_version);
305 my $sphinx = get_sphinx_fname();
306 if ($sphinx eq "") {
311 $cur_version = get_sphinx_version($sphinx);
312 die ("$sphinx returned an error") if (!$cur_version);
314 die "$sphinx didn't return its version" if (!$cur_version);
362 "python-sphinx" => "python3-sphinx",
363 "sphinx_rtd_theme" => "python3-sphinx-rtd-theme",
396 "python-sphinx" => "python3-sphinx",
472 "python-sphinx" => "python3-sphinx",
519 "python-sphinx" => "python3-sphinx",
689 "sphinx-build" => "sphinx"
742 add_package("python-sphinx", 0);
785 # Check if sphinx-build is called sphinx-build-3
787 printf "\tsudo ln -sf %s /usr/bin/sphinx-build\n\n",
788 which("sphinx-build-3");
811 $sphinx_cmd =~ s/activate/sphinx-build/;