Bug#955068: skimage: FTBFS with Sphinx 2.4: dh_sphinxdoc: error: debian/python-skimage-doc/usr/share/doc/python-skimage-doc/html/./../dev/_static/docversions.js is missing

Lucas Nussbaum lucas at debian.org
Fri Mar 27 14:51:57 GMT 2020


Source: skimage
Version: 0.16.2-2
Severity: important
Tags: ftbfs
User: python-modules-team at lists.alioth.debian.org
Usertags: sphinx2.4

Hi,

skimage fails to build with Sphinx 2.4, currently available in
experimental.

Relevant part (hopefully):
> make[2]: Entering directory '/<<PKGBUILDDIR>>/doc'
> python3.8 tools/build_modref_templates.py
> /<<PKGBUILDDIR>>/doc/tools/apigen.py:205: UserWarning: Viewer requires Qt
>   mod = __import__(uri, fromlist=[uri.split('.')[-1]])
> WARNING: Empty - skimage.external
> WARNING: Empty - skimage.scripts
> outdir:  
> 27 files written
> Build API docs...done.
> Copying release notes
> python3.8 -m sphinx -b html -d build/doctrees  -D mathjax_path=MathJax.js source build/html
> Running Sphinx v2.4.3
> Adding copy buttons to code blocks...
> making output directory... done
> [autosummary] generating autosummary for: api/api.rst, api/skimage.color.rst, api/skimage.data.rst, api/skimage.draw.rst, api/skimage.exposure.rst, api/skimage.external.tifffile.rst, api/skimage.feature.rst, api/skimage.filters.rank.rst, api/skimage.filters.rst, api/skimage.future.graph.rst, ..., user_guide/getting_started.rst, user_guide/numpy_images.rst, user_guide/plugins.rst, user_guide/transforming_image_data.rst, user_guide/tutorial_parallelization.rst, user_guide/tutorial_segmentation.rst, user_guide/tutorials.rst, user_guide/video.rst, user_guide/viewer.rst, values.rst
> loading intersphinx inventory from /usr/share/doc/python3.7/html/objects.inv...
> loading intersphinx inventory from ./_intersphinx/numpy-objects.inv...
> /usr/lib/python3.8/importlib/__init__.py:127: UserWarning: Viewer requires Qt
>   return _bootstrap._gcd_import(name[level:], package, level)
> WARNING: failed to reach any of the inventories with the following issues:
> intersphinx inventory '/usr/share/doc/python3.7/html/objects.inv' not fetchable due to <class 'FileNotFoundError'>: [Errno 2] No such file or directory: '/usr/share/doc/python3.7/html/objects.inv'
> loading intersphinx inventory from ./_intersphinx/scipy-objects.inv...
> loading intersphinx inventory from ./_intersphinx/sklearn-objects.inv...
> loading intersphinx inventory from /usr/share/doc/python-matplotlib-doc/html/objects.inv...
> generating gallery...
> generating gallery for auto_examples/data... [ 33%] plot_specific.py
> generating gallery for auto_examples/data... [ 66%] plot_scientific.py
> generating gallery for auto_examples/data... [100%] plot_general.py
> 
> generating gallery for auto_examples/numpy_operations... [ 50%] plot_camera_numpy.py
> generating gallery for auto_examples/numpy_operations... [100%] plot_view_as_blocks.py
> 
> generating gallery for auto_examples/color_exposure... [ 10%] plot_rgb_to_gray.py
> generating gallery for auto_examples/color_exposure... [ 20%] plot_rgb_to_hsv.py
> generating gallery for auto_examples/color_exposure... [ 30%] plot_histogram_matching.py
> generating gallery for auto_examples/color_exposure... [ 40%] plot_ihc_color_separation.py
> generating gallery for auto_examples/color_exposure... [ 50%] plot_adapt_rgb.py
> generating gallery for auto_examples/color_exposure... [ 60%] plot_regional_maxima.py
> generating gallery for auto_examples/color_exposure... [ 70%] plot_local_equalize.py
> generating gallery for auto_examples/color_exposure... [ 80%] plot_log_gamma.py
> generating gallery for auto_examples/color_exposure... [ 90%] plot_equalize.py
> generating gallery for auto_examples/color_exposure... [100%] plot_tinting_grayscale_images.py
> 
> generating gallery for auto_examples/edges... [  7%] plot_contours.py
> generating gallery for auto_examples/edges... [ 15%] plot_convex_hull.py
> generating gallery for auto_examples/edges... [ 23%] plot_canny.py
> generating gallery for auto_examples/edges... [ 30%] plot_marching_cubes.py
> generating gallery for auto_examples/edges... [ 38%] plot_ridge_filter.py
> generating gallery for auto_examples/edges... [ 46%] plot_active_contours.py
> generating gallery for auto_examples/edges... [ 53%] plot_shapes.py
> generating gallery for auto_examples/edges... [ 61%] plot_random_shapes.py
> generating gallery for auto_examples/edges... [ 69%] plot_line_hough_transform.py
> generating gallery for auto_examples/edges... [ 76%] plot_polygon.py
> generating gallery for auto_examples/edges... [ 84%] plot_circular_elliptical_hough_transform.py
> generating gallery for auto_examples/edges... [ 92%] plot_skeleton.py
> generating gallery for auto_examples/edges... [100%] plot_edge_filter.py
> 
> generating gallery for auto_examples/transform... [  7%] plot_swirl.py
> generating gallery for auto_examples/transform... [ 15%] plot_pyramid.py
> generating gallery for auto_examples/transform... [ 23%] plot_edge_modes.py
> generating gallery for auto_examples/transform... [ 30%] plot_rescale.py
> generating gallery for auto_examples/transform... [ 38%] plot_piecewise_affine.py
> generating gallery for auto_examples/transform... [ 46%] plot_ssim.py
> generating gallery for auto_examples/transform... [ 53%] plot_register_translation.py
> generating gallery for auto_examples/transform... [ 61%] plot_fundamental_matrix.py
> generating gallery for auto_examples/transform... [ 69%] plot_masked_register_translation.py
> generating gallery for auto_examples/transform... [ 76%] plot_register_rotation.py
> generating gallery for auto_examples/transform... [ 84%] plot_ransac.py
> generating gallery for auto_examples/transform... [ 92%] plot_radon_transform.py
> generating gallery for auto_examples/transform... [100%] plot_matching.py
> 
> generating gallery for auto_examples/filters... [  7%] plot_hysteresis.py
> generating gallery for auto_examples/filters... [ 15%] plot_restoration.py
> generating gallery for auto_examples/filters... [ 23%] plot_rank_mean.py
> generating gallery for auto_examples/filters... [ 30%] plot_unsharp_mask.py
> generating gallery for auto_examples/filters... [ 38%] plot_deconvolution.py
> generating gallery for auto_examples/filters... [ 46%] plot_inpaint.py
> generating gallery for auto_examples/filters... [ 53%] plot_entropy.py
> generating gallery for auto_examples/filters... [ 61%] plot_denoise.py
> generating gallery for auto_examples/filters... [ 69%] plot_cycle_spinning.py
> generating gallery for auto_examples/filters... [ 76%] plot_phase_unwrap.py
> generating gallery for auto_examples/filters... [ 84%] plot_nonlocal_means.py
> generating gallery for auto_examples/filters... [ 92%] plot_attribute_operators.py
> generating gallery for auto_examples/filters... [100%] plot_denoise_wavelet.py
> 
> generating gallery for auto_examples/features_detection... [  5%] plot_daisy.py
> generating gallery for auto_examples/features_detection... [ 11%] plot_hog.py
> generating gallery for auto_examples/features_detection... [ 17%] plot_template.py
> generating gallery for auto_examples/features_detection... [ 23%] plot_holes_and_peaks.py
> generating gallery for auto_examples/features_detection... [ 29%] plot_corner.py
> generating gallery for auto_examples/features_detection... [ 35%] plot_censure.py
> generating gallery for auto_examples/features_detection... [ 41%] plot_multiblock_local_binary_pattern.py
> generating gallery for auto_examples/features_detection... [ 47%] plot_haar.py
> generating gallery for auto_examples/features_detection... [ 52%] plot_blob.py
> generating gallery for auto_examples/features_detection... [ 58%] plot_orb.py
> generating gallery for auto_examples/features_detection... [ 64%] plot_brief.py
> generating gallery for auto_examples/features_detection... [ 70%] plot_gabors_from_astronaut.py
> generating gallery for auto_examples/features_detection... [ 76%] plot_glcm.py
> generating gallery for auto_examples/features_detection... [ 82%] plot_shape_index.py
> generating gallery for auto_examples/features_detection... [ 88%] plot_windowed_histogram.py
> generating gallery for auto_examples/features_detection... [ 94%] plot_gabor.py
> generating gallery for auto_examples/features_detection... [100%] plot_local_binary_pattern.py
> 
> generating gallery for auto_examples/segmentation... [  4%] plot_rag_boundary.py
> generating gallery for auto_examples/segmentation... [  8%] plot_ncut.py
> generating gallery for auto_examples/segmentation... [ 12%] plot_rag_mean_color.py
> generating gallery for auto_examples/segmentation... [ 16%] plot_compact_watershed.py
> generating gallery for auto_examples/segmentation... [ 20%] plot_rag_draw.py
> generating gallery for auto_examples/segmentation... [ 25%] plot_thresholding.py
> generating gallery for auto_examples/segmentation... [ 29%] plot_chan_vese.py
> generating gallery for auto_examples/segmentation... [ 33%] plot_peak_local_max.py
> generating gallery for auto_examples/segmentation... [ 37%] plot_niblack_sauvola.py
> generating gallery for auto_examples/segmentation... [ 41%] plot_multiotsu.py
> generating gallery for auto_examples/segmentation... [ 45%] plot_label.py
> generating gallery for auto_examples/segmentation... [ 50%] plot_regionprops.py
> generating gallery for auto_examples/segmentation... [ 54%] plot_random_walker_segmentation.py
> generating gallery for auto_examples/segmentation... [ 58%] plot_watershed.py
> generating gallery for auto_examples/segmentation... [ 62%] plot_marked_watershed.py
> generating gallery for auto_examples/segmentation... [ 66%] plot_segmentations.py
> generating gallery for auto_examples/segmentation... [ 70%] plot_join_segmentations.py
> generating gallery for auto_examples/segmentation... [ 75%] plot_rag.py
> generating gallery for auto_examples/segmentation... [ 79%] plot_rag_merge.py
> generating gallery for auto_examples/segmentation... [ 83%] plot_boundary_merge.py
> generating gallery for auto_examples/segmentation... [ 87%] plot_extrema.py
> generating gallery for auto_examples/segmentation... [ 91%] plot_floodfill.py
> generating gallery for auto_examples/segmentation... [ 95%] plot_morphsnakes.py
> generating gallery for auto_examples/segmentation... [100%] plot_metrics.py
> 
> generating gallery for auto_examples/applications... [ 12%] plot_face_detection.py
> generating gallery for auto_examples/applications... [ 25%] plot_geometric.py
> generating gallery for auto_examples/applications... [ 37%] plot_image_comparison.py
> generating gallery for auto_examples/applications... [ 50%] plot_morphology.py
> generating gallery for auto_examples/applications... [ 62%] plot_coins_segmentation.py
> generating gallery for auto_examples/applications... [ 75%] plot_thresholding.py
> generating gallery for auto_examples/applications... [ 87%] plot_haar_extraction_selection_classification.py
> generating gallery for auto_examples/applications... [100%] plot_rank_filters.py
> 
> generating gallery for auto_examples/developers... [ 50%] plot_threshold_li.py
> generating gallery for auto_examples/developers... [100%] plot_max_tree.py
> 
> computation time summary:
>     - ../examples/applications/plot_haar_extraction_selection_classification.py:   99.11 sec   0.0 MB
>     - ../examples/applications/plot_rank_filters.py:                               29.56 sec   0.0 MB
>     - ../examples/filters/plot_denoise.py:                                         10.14 sec   0.0 MB
>     - ../examples/edges/plot_circular_elliptical_hough_transform.py:                6.85 sec   0.0 MB
>     - ../examples/segmentation/plot_morphsnakes.py:                                 6.03 sec   0.0 MB
>     - ../examples/transform/plot_register_rotation.py:                              5.82 sec   0.0 MB
>     - ../examples/developers/plot_threshold_li.py:                                  5.62 sec   0.0 MB
>     - ../examples/segmentation/plot_ncut.py:                                        4.66 sec   0.0 MB
>     - ../examples/segmentation/plot_chan_vese.py:                                   4.19 sec   0.0 MB
>     - ../examples/filters/plot_inpaint.py:                                          3.61 sec   0.0 MB
>     - ../examples/transform/plot_fundamental_matrix.py:                             2.84 sec   0.0 MB
>     - ../examples/features_detection/plot_gabors_from_astronaut.py:                 2.30 sec   0.0 MB
>     - ../examples/segmentation/plot_rag_mean_color.py:                              2.28 sec   0.0 MB
>     - ../examples/segmentation/plot_rag_draw.py:                                    2.21 sec   0.0 MB
>     - ../examples/features_detection/plot_blob.py:                                  2.00 sec   0.0 MB
>     - ../examples/segmentation/plot_rag_merge.py:                                   2.00 sec   0.0 MB
>     - ../examples/segmentation/plot_metrics.py:                                     1.86 sec   0.0 MB
>     - ../examples/applications/plot_thresholding.py:                                1.77 sec   0.0 MB
>     - ../examples/data/plot_general.py:                                             1.75 sec   0.0 MB
>     - ../examples/filters/plot_nonlocal_means.py:                                   1.73 sec   0.0 MB
>     - ../examples/segmentation/plot_floodfill.py:                                   1.69 sec   0.0 MB
>     - ../examples/features_detection/plot_gabor.py:                                 1.45 sec   0.0 MB
>     - ../examples/features_detection/plot_daisy.py:                                 1.42 sec   0.0 MB
>     - ../examples/filters/plot_attribute_operators.py:                              1.40 sec   0.0 MB
>     - ../examples/features_detection/plot_local_binary_pattern.py:                  1.38 sec   0.0 MB
>     - ../examples/transform/plot_masked_register_translation.py:                    1.35 sec   0.0 MB
>     - ../examples/transform/plot_radon_transform.py:                                1.28 sec   0.0 MB
>     - ../examples/edges/plot_line_hough_transform.py:                               1.23 sec   0.0 MB
>     - ../examples/segmentation/plot_join_segmentations.py:                          1.22 sec   0.0 MB
>     - ../examples/features_detection/plot_orb.py:                                   1.12 sec   0.0 MB
>     - ../examples/segmentation/plot_segmentations.py:                               1.12 sec   0.0 MB
>     - ../examples/filters/plot_restoration.py:                                      1.05 sec   0.0 MB
>     - ../examples/color_exposure/plot_ihc_color_separation.py:                      1.03 sec   0.0 MB
>     - ../examples/edges/plot_skeleton.py:                                           1.00 sec   0.0 MB
>     - ../examples/color_exposure/plot_local_equalize.py:                            0.93 sec   0.0 MB
>     - ../examples/applications/plot_morphology.py:                                  0.90 sec   0.0 MB
>     - ../examples/segmentation/plot_boundary_merge.py:                              0.88 sec   0.0 MB
>     - ../examples/filters/plot_deconvolution.py:                                    0.88 sec   0.0 MB
>     - ../examples/filters/plot_cycle_spinning.py:                                   0.85 sec   0.0 MB
>     - ../examples/features_detection/plot_censure.py:                               0.85 sec   0.0 MB
>     - ../examples/data/plot_scientific.py:                                          0.84 sec   0.0 MB
>     - ../examples/applications/plot_image_comparison.py:                            0.81 sec   0.0 MB
>     - ../examples/developers/plot_max_tree.py:                                      0.80 sec   0.0 MB
>     - ../examples/color_exposure/plot_tinting_grayscale_images.py:                  0.79 sec   0.0 MB
>     - ../examples/data/plot_specific.py:                                            0.77 sec   0.0 MB
>     - ../examples/transform/plot_piecewise_affine.py:                               0.70 sec   0.0 MB
>     - ../examples/segmentation/plot_thresholding.py:                                0.68 sec   0.0 MB
>     - ../examples/color_exposure/plot_rgb_to_hsv.py:                                0.64 sec   0.0 MB
>     - ../examples/filters/plot_entropy.py:                                          0.62 sec   0.0 MB
>     - ../examples/edges/plot_active_contours.py:                                    0.61 sec   0.0 MB
>     - ../examples/color_exposure/plot_adapt_rgb.py:                                 0.61 sec   0.0 MB
>     - ../examples/filters/plot_phase_unwrap.py:                                     0.61 sec   0.0 MB
>     - ../examples/color_exposure/plot_histogram_matching.py:                        0.59 sec   0.0 MB
>     - ../examples/edges/plot_edge_filter.py:                                        0.59 sec   0.0 MB
>     - ../examples/applications/plot_coins_segmentation.py:                          0.55 sec   0.0 MB
>     - ../examples/segmentation/plot_marked_watershed.py:                            0.52 sec   0.0 MB
>     - ../examples/features_detection/plot_windowed_histogram.py:                    0.51 sec   0.0 MB
>     - ../examples/filters/plot_unsharp_mask.py:                                     0.50 sec   0.0 MB
>     - ../examples/filters/plot_rank_mean.py:                                        0.49 sec   0.0 MB
>     - ../examples/segmentation/plot_rag_boundary.py:                                0.48 sec   0.0 MB
>     - ../examples/transform/plot_register_translation.py:                           0.47 sec   0.0 MB
>     - ../examples/edges/plot_marching_cubes.py:                                     0.44 sec   0.0 MB
>     - ../examples/numpy_operations/plot_view_as_blocks.py:                          0.43 sec   0.0 MB
>     - ../examples/transform/plot_ssim.py:                                           0.38 sec   0.0 MB
>     - ../examples/color_exposure/plot_equalize.py:                                  0.37 sec   0.0 MB
>     - ../examples/edges/plot_ridge_filter.py:                                       0.36 sec   0.0 MB
>     - ../examples/filters/plot_denoise_wavelet.py:                                  0.36 sec   0.0 MB
>     - ../examples/transform/plot_ransac.py:                                         0.35 sec   0.0 MB
>     - ../examples/features_detection/plot_hog.py:                                   0.31 sec   0.0 MB
>     - ../examples/features_detection/plot_glcm.py:                                  0.31 sec   0.0 MB
>     - ../examples/features_detection/plot_shape_index.py:                           0.30 sec   0.0 MB
>     - ../examples/color_exposure/plot_regional_maxima.py:                           0.29 sec   0.0 MB
>     - ../examples/color_exposure/plot_log_gamma.py:                                 0.29 sec   0.0 MB
>     - ../examples/features_detection/plot_brief.py:                                 0.28 sec   0.0 MB
>     - ../examples/segmentation/plot_multiotsu.py:                                   0.27 sec   0.0 MB
>     - ../examples/segmentation/plot_compact_watershed.py:                           0.25 sec   0.0 MB
>     - ../examples/features_detection/plot_holes_and_peaks.py:                       0.25 sec   0.0 MB
>     - ../examples/segmentation/plot_label.py:                                       0.24 sec   0.0 MB
>     - ../examples/transform/plot_rescale.py:                                        0.24 sec   0.0 MB
>     - ../examples/transform/plot_matching.py:                                       0.22 sec   0.0 MB
>     - ../examples/color_exposure/plot_rgb_to_gray.py:                               0.22 sec   0.0 MB
>     - ../examples/transform/plot_pyramid.py:                                        0.19 sec   0.0 MB
>     - ../examples/applications/plot_face_detection.py:                              0.19 sec   0.0 MB
>     - ../examples/edges/plot_random_shapes.py:                                      0.19 sec   0.0 MB
>     - ../examples/applications/plot_geometric.py:                                   0.18 sec   0.0 MB
>     - ../examples/edges/plot_canny.py:                                              0.18 sec   0.0 MB
>     - ../examples/segmentation/plot_rag.py:                                         0.16 sec   0.0 MB
>     - ../examples/edges/plot_convex_hull.py:                                        0.14 sec   0.0 MB
>     - ../examples/segmentation/plot_random_walker_segmentation.py:                  0.14 sec   0.0 MB
>     - ../examples/edges/plot_polygon.py:                                            0.14 sec   0.0 MB
>     - ../examples/filters/plot_hysteresis.py:                                       0.14 sec   0.0 MB
>     - ../examples/features_detection/plot_multiblock_local_binary_pattern.py:       0.12 sec   0.0 MB
>     - ../examples/segmentation/plot_niblack_sauvola.py:                             0.12 sec   0.0 MB
>     - ../examples/segmentation/plot_extrema.py:                                     0.12 sec   0.0 MB
>     - ../examples/segmentation/plot_peak_local_max.py:                              0.10 sec   0.0 MB
>     - ../examples/transform/plot_edge_modes.py:                                     0.10 sec   0.0 MB
>     - ../examples/edges/plot_shapes.py:                                             0.10 sec   0.0 MB
>     - ../examples/features_detection/plot_template.py:                              0.09 sec   0.0 MB
>     - ../examples/features_detection/plot_haar.py:                                  0.09 sec   0.0 MB
>     - ../examples/segmentation/plot_regionprops.py:                                 0.09 sec   0.0 MB
>     - ../examples/features_detection/plot_corner.py:                                0.08 sec   0.0 MB
>     - ../examples/segmentation/plot_watershed.py:                                   0.06 sec   0.0 MB
>     - ../examples/numpy_operations/plot_camera_numpy.py:                            0.05 sec   0.0 MB
>     - ../examples/transform/plot_swirl.py:                                          0.05 sec   0.0 MB
>     - ../examples/edges/plot_contours.py:                                           0.05 sec   0.0 MB
> building [mo]: targets for 0 po files that are out of date
> building [html]: targets for 67 source files that are out of date
> updating environment: [new config] 183 added, 0 changed, 0 removed
> reading sources... [  0%] api/api
> reading sources... [  1%] api/skimage
> reading sources... [  1%] api/skimage.color
> reading sources... [  2%] api/skimage.data
> reading sources... [  2%] api/skimage.draw
> reading sources... [  3%] api/skimage.exposure
> reading sources... [  3%] api/skimage.external.tifffile
> reading sources... [  4%] api/skimage.feature
> reading sources... [  4%] api/skimage.filters
> reading sources... [  5%] api/skimage.filters.rank
> reading sources... [  6%] api/skimage.future
> reading sources... [  6%] api/skimage.future.graph
> reading sources... [  7%] api/skimage.graph
> reading sources... [  7%] api/skimage.io
> reading sources... [  8%] api/skimage.measure
> reading sources... [  8%] api/skimage.metrics
> reading sources... [  9%] api/skimage.morphology
> reading sources... [  9%] api/skimage.registration
> reading sources... [ 10%] api/skimage.restoration
> reading sources... [ 10%] api/skimage.segmentation
> reading sources... [ 11%] api/skimage.transform
> reading sources... [ 12%] api/skimage.util
> reading sources... [ 12%] api/skimage.viewer
> reading sources... [ 13%] api/skimage.viewer.canvastools
> reading sources... [ 13%] api/skimage.viewer.plugins
> reading sources... [ 14%] api/skimage.viewer.utils
> reading sources... [ 14%] api/skimage.viewer.viewers
> reading sources... [ 15%] api/skimage.viewer.widgets
> reading sources... [ 15%] api_changes
> reading sources... [ 16%] auto_examples/applications/plot_coins_segmentation
> reading sources... [ 16%] auto_examples/applications/plot_face_detection
> reading sources... [ 17%] auto_examples/applications/plot_geometric
> reading sources... [ 18%] auto_examples/applications/plot_haar_extraction_selection_classification
> reading sources... [ 18%] auto_examples/applications/plot_image_comparison
> reading sources... [ 19%] auto_examples/applications/plot_morphology
> reading sources... [ 19%] auto_examples/applications/plot_rank_filters
> reading sources... [ 20%] auto_examples/applications/plot_thresholding
> reading sources... [ 20%] auto_examples/applications/sg_execution_times
> reading sources... [ 21%] auto_examples/color_exposure/plot_adapt_rgb
> reading sources... [ 21%] auto_examples/color_exposure/plot_equalize
> reading sources... [ 22%] auto_examples/color_exposure/plot_histogram_matching
> reading sources... [ 22%] auto_examples/color_exposure/plot_ihc_color_separation
> reading sources... [ 23%] auto_examples/color_exposure/plot_local_equalize
> reading sources... [ 24%] auto_examples/color_exposure/plot_log_gamma
> reading sources... [ 24%] auto_examples/color_exposure/plot_regional_maxima
> reading sources... [ 25%] auto_examples/color_exposure/plot_rgb_to_gray
> reading sources... [ 25%] auto_examples/color_exposure/plot_rgb_to_hsv
> reading sources... [ 26%] auto_examples/color_exposure/plot_tinting_grayscale_images
> reading sources... [ 26%] auto_examples/color_exposure/sg_execution_times
> reading sources... [ 27%] auto_examples/data/plot_general
> reading sources... [ 27%] auto_examples/data/plot_scientific
> reading sources... [ 28%] auto_examples/data/plot_specific
> reading sources... [ 28%] auto_examples/data/sg_execution_times
> reading sources... [ 29%] auto_examples/developers/plot_max_tree
> reading sources... [ 30%] auto_examples/developers/plot_threshold_li
> reading sources... [ 30%] auto_examples/developers/sg_execution_times
> reading sources... [ 31%] auto_examples/edges/plot_active_contours
> reading sources... [ 31%] auto_examples/edges/plot_canny
> reading sources... [ 32%] auto_examples/edges/plot_circular_elliptical_hough_transform
> reading sources... [ 32%] auto_examples/edges/plot_contours
> reading sources... [ 33%] auto_examples/edges/plot_convex_hull
> reading sources... [ 33%] auto_examples/edges/plot_edge_filter
> reading sources... [ 34%] auto_examples/edges/plot_line_hough_transform
> reading sources... [ 34%] auto_examples/edges/plot_marching_cubes
> reading sources... [ 35%] auto_examples/edges/plot_polygon
> reading sources... [ 36%] auto_examples/edges/plot_random_shapes
> reading sources... [ 36%] auto_examples/edges/plot_ridge_filter
> reading sources... [ 37%] auto_examples/edges/plot_shapes
> reading sources... [ 37%] auto_examples/edges/plot_skeleton
> reading sources... [ 38%] auto_examples/edges/sg_execution_times
> reading sources... [ 38%] auto_examples/features_detection/plot_blob
> reading sources... [ 39%] auto_examples/features_detection/plot_brief
> reading sources... [ 39%] auto_examples/features_detection/plot_censure
> reading sources... [ 40%] auto_examples/features_detection/plot_corner
> reading sources... [ 40%] auto_examples/features_detection/plot_daisy
> reading sources... [ 41%] auto_examples/features_detection/plot_gabor
> reading sources... [ 42%] auto_examples/features_detection/plot_gabors_from_astronaut
> reading sources... [ 42%] auto_examples/features_detection/plot_glcm
> reading sources... [ 43%] auto_examples/features_detection/plot_haar
> reading sources... [ 43%] auto_examples/features_detection/plot_hog
> reading sources... [ 44%] auto_examples/features_detection/plot_holes_and_peaks
> reading sources... [ 44%] auto_examples/features_detection/plot_local_binary_pattern
> reading sources... [ 45%] auto_examples/features_detection/plot_multiblock_local_binary_pattern
> reading sources... [ 45%] auto_examples/features_detection/plot_orb
> reading sources... [ 46%] auto_examples/features_detection/plot_shape_index
> reading sources... [ 46%] auto_examples/features_detection/plot_template
> reading sources... [ 47%] auto_examples/features_detection/plot_windowed_histogram
> reading sources... [ 48%] auto_examples/features_detection/sg_execution_times
> reading sources... [ 48%] auto_examples/filters/plot_attribute_operators
> reading sources... [ 49%] auto_examples/filters/plot_cycle_spinning
> reading sources... [ 49%] auto_examples/filters/plot_deconvolution
> reading sources... [ 50%] auto_examples/filters/plot_denoise
> reading sources... [ 50%] auto_examples/filters/plot_denoise_wavelet
> reading sources... [ 51%] auto_examples/filters/plot_entropy
> reading sources... [ 51%] auto_examples/filters/plot_hysteresis
> reading sources... [ 52%] auto_examples/filters/plot_inpaint
> reading sources... [ 53%] auto_examples/filters/plot_nonlocal_means
> reading sources... [ 53%] auto_examples/filters/plot_phase_unwrap
> reading sources... [ 54%] auto_examples/filters/plot_rank_mean
> reading sources... [ 54%] auto_examples/filters/plot_restoration
> reading sources... [ 55%] auto_examples/filters/plot_unsharp_mask
> reading sources... [ 55%] auto_examples/filters/sg_execution_times
> reading sources... [ 56%] auto_examples/index
> reading sources... [ 56%] auto_examples/numpy_operations/plot_camera_numpy
> reading sources... [ 57%] auto_examples/numpy_operations/plot_view_as_blocks
> reading sources... [ 57%] auto_examples/numpy_operations/sg_execution_times
> reading sources... [ 58%] auto_examples/segmentation/plot_boundary_merge
> reading sources... [ 59%] auto_examples/segmentation/plot_chan_vese
> reading sources... [ 59%] auto_examples/segmentation/plot_compact_watershed
> reading sources... [ 60%] auto_examples/segmentation/plot_extrema
> reading sources... [ 60%] auto_examples/segmentation/plot_floodfill
> reading sources... [ 61%] auto_examples/segmentation/plot_join_segmentations
> reading sources... [ 61%] auto_examples/segmentation/plot_label
> reading sources... [ 62%] auto_examples/segmentation/plot_marked_watershed
> reading sources... [ 62%] auto_examples/segmentation/plot_metrics
> reading sources... [ 63%] auto_examples/segmentation/plot_morphsnakes
> reading sources... [ 63%] auto_examples/segmentation/plot_multiotsu
> reading sources... [ 64%] auto_examples/segmentation/plot_ncut
> reading sources... [ 65%] auto_examples/segmentation/plot_niblack_sauvola
> reading sources... [ 65%] auto_examples/segmentation/plot_peak_local_max
> reading sources... [ 66%] auto_examples/segmentation/plot_rag
> reading sources... [ 66%] auto_examples/segmentation/plot_rag_boundary
> reading sources... [ 67%] auto_examples/segmentation/plot_rag_draw
> reading sources... [ 67%] auto_examples/segmentation/plot_rag_mean_color
> reading sources... [ 68%] auto_examples/segmentation/plot_rag_merge
> reading sources... [ 68%] auto_examples/segmentation/plot_random_walker_segmentation
> reading sources... [ 69%] auto_examples/segmentation/plot_regionprops
> reading sources... [ 69%] auto_examples/segmentation/plot_segmentations
> reading sources... [ 70%] auto_examples/segmentation/plot_thresholding
> reading sources... [ 71%] auto_examples/segmentation/plot_watershed
> reading sources... [ 71%] auto_examples/segmentation/sg_execution_times
> reading sources... [ 72%] auto_examples/transform/plot_edge_modes
> reading sources... [ 72%] auto_examples/transform/plot_fundamental_matrix
> reading sources... [ 73%] auto_examples/transform/plot_masked_register_translation
> reading sources... [ 73%] auto_examples/transform/plot_matching
> reading sources... [ 74%] auto_examples/transform/plot_piecewise_affine
> reading sources... [ 74%] auto_examples/transform/plot_pyramid
> reading sources... [ 75%] auto_examples/transform/plot_radon_transform
> reading sources... [ 75%] auto_examples/transform/plot_ransac
> reading sources... [ 76%] auto_examples/transform/plot_register_rotation
> reading sources... [ 77%] auto_examples/transform/plot_register_translation
> reading sources... [ 77%] auto_examples/transform/plot_rescale
> reading sources... [ 78%] auto_examples/transform/plot_ssim
> reading sources... [ 78%] auto_examples/transform/plot_swirl
> reading sources... [ 79%] auto_examples/transform/sg_execution_times
> reading sources... [ 79%] contribute
> reading sources... [ 80%] core_developer
> reading sources... [ 80%] gitwash/configure_git
> reading sources... [ 81%] gitwash/development_workflow
> reading sources... [ 81%] gitwash/following_latest
> reading sources... [ 82%] gitwash/forking_hell
> reading sources... [ 83%] gitwash/git_development
> reading sources... [ 83%] gitwash/git_install
> reading sources... [ 84%] gitwash/git_intro
> reading sources... [ 84%] gitwash/git_resources
> reading sources... [ 85%] gitwash/index
> reading sources... [ 85%] gitwash/maintainer_workflow
> reading sources... [ 86%] gitwash/patching
> reading sources... [ 86%] gitwash/set_up_fork
> reading sources... [ 87%] glossary
> reading sources... [ 87%] index
> reading sources... [ 88%] install
> reading sources... [ 89%] license
> reading sources... [ 89%] overview
> reading sources... [ 90%] release_notes_and_installation
> reading sources... [ 90%] skips/0-skip-process
> reading sources... [ 91%] skips/1-governance
> reading sources... [ 91%] skips/2-values
> reading sources... [ 92%] skips/index
> reading sources... [ 92%] skips/template
> reading sources... [ 93%] user_guide
> reading sources... [ 93%] user_guide/data_types
> reading sources... [ 94%] user_guide/getting_help
> reading sources... [ 95%] user_guide/getting_started
> reading sources... [ 95%] user_guide/numpy_images
> reading sources... [ 96%] user_guide/plugins
> reading sources... [ 96%] user_guide/transforming_image_data
> reading sources... [ 97%] user_guide/tutorial_parallelization
> reading sources... [ 97%] user_guide/tutorial_segmentation
> reading sources... [ 98%] user_guide/tutorials
> reading sources... [ 98%] user_guide/video
> reading sources... [ 99%] user_guide/viewer
> reading sources... [100%] values
> 
> release/_release_notes_for_docs.rst:56: WARNING: Title level inconsistent:
> 
> New Features
> ------------
> release/_release_notes_for_docs.rst:85: WARNING: Title level inconsistent:
> 
> Improvements
> ------------
> release/_release_notes_for_docs.rst:100: WARNING: Title level inconsistent:
> 
> API Changes
> -----------
> release/_release_notes_for_docs.rst:131: WARNING: Title level inconsistent:
> 
> Bugfixes
> --------
> release/_release_notes_for_docs.rst:164: WARNING: Title level inconsistent:
> 
> Deprecations
> ------------
> release/_release_notes_for_docs.rst:191: WARNING: Title level inconsistent:
> 
> Documentation improvements
> --------------------------
> release/_release_notes_for_docs.rst:239: WARNING: Title level inconsistent:
> 
> Other Pull Requests
> -------------------
> release/_release_notes_for_docs.rst:330: WARNING: Title level inconsistent:
> 
> Contributors to this release
> ----------------------------
> release/_release_notes_for_docs.rst:382: WARNING: Title level inconsistent:
> 
> Reviewers for this release
> --------------------------
> ../INSTALL.rst:15: WARNING: Title level inconsistent:
> 
> 1. Standard Installation:
> -------------------------
> ../INSTALL.rst:32: WARNING: Title level inconsistent:
> 
> 2. Development Installation:
> ----------------------------
> ../INSTALL.rst:60: WARNING: Title level inconsistent:
> 
> a. Windows
> ``````````
> ../INSTALL.rst:85: WARNING: Title level inconsistent:
> 
> b. Debian and Ubuntu
> ````````````````````
> ../INSTALL.rst:97: WARNING: Title level inconsistent:
> 
> Build Requirements
> ------------------
> ../INSTALL.rst:103: WARNING: Title level inconsistent:
> 
> Documentation Requirements
> --------------------------
> ../INSTALL.rst:109: WARNING: Title level inconsistent:
> 
> Runtime Requirements
> --------------------
> ../INSTALL.rst:115: WARNING: Title level inconsistent:
> 
> Optional Requirements
> ---------------------
> ../INSTALL.rst:138: WARNING: Title level inconsistent:
> 
> Testing Requirements
> --------------------
> ../INSTALL.rst:144: WARNING: Title level inconsistent:
> 
> Warnings during testing phase
> -----------------------------
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> writing output... [  0%] api/api
> writing output... [  1%] api/skimage
> writing output... [  1%] api/skimage.color
> writing output... [  2%] api/skimage.data
> writing output... [  2%] api/skimage.draw
> writing output... [  3%] api/skimage.exposure
> writing output... [  3%] api/skimage.external.tifffile
> writing output... [  4%] api/skimage.feature
> writing output... [  4%] api/skimage.filters
> writing output... [  5%] api/skimage.filters.rank
> writing output... [  6%] api/skimage.future
> writing output... [  6%] api/skimage.future.graph
> writing output... [  7%] api/skimage.graph
> writing output... [  7%] api/skimage.io
> writing output... [  8%] api/skimage.measure
> writing output... [  8%] api/skimage.metrics
> writing output... [  9%] api/skimage.morphology
> writing output... [  9%] api/skimage.registration
> writing output... [ 10%] api/skimage.restoration
> writing output... [ 10%] api/skimage.segmentation
> writing output... [ 11%] api/skimage.transform
> writing output... [ 12%] api/skimage.util
> writing output... [ 12%] api/skimage.viewer
> writing output... [ 13%] api/skimage.viewer.canvastools
> writing output... [ 13%] api/skimage.viewer.plugins
> writing output... [ 14%] api/skimage.viewer.utils
> writing output... [ 14%] api/skimage.viewer.viewers
> writing output... [ 15%] api/skimage.viewer.widgets
> writing output... [ 15%] api_changes
> writing output... [ 16%] auto_examples/applications/plot_coins_segmentation
> writing output... [ 16%] auto_examples/applications/plot_face_detection
> writing output... [ 17%] auto_examples/applications/plot_geometric
> writing output... [ 18%] auto_examples/applications/plot_haar_extraction_selection_classification
> writing output... [ 18%] auto_examples/applications/plot_image_comparison
> writing output... [ 19%] auto_examples/applications/plot_morphology
> writing output... [ 19%] auto_examples/applications/plot_rank_filters
> writing output... [ 20%] auto_examples/applications/plot_thresholding
> writing output... [ 20%] auto_examples/applications/sg_execution_times
> writing output... [ 21%] auto_examples/color_exposure/plot_adapt_rgb
> writing output... [ 21%] auto_examples/color_exposure/plot_equalize
> writing output... [ 22%] auto_examples/color_exposure/plot_histogram_matching
> writing output... [ 22%] auto_examples/color_exposure/plot_ihc_color_separation
> writing output... [ 23%] auto_examples/color_exposure/plot_local_equalize
> writing output... [ 24%] auto_examples/color_exposure/plot_log_gamma
> writing output... [ 24%] auto_examples/color_exposure/plot_regional_maxima
> writing output... [ 25%] auto_examples/color_exposure/plot_rgb_to_gray
> writing output... [ 25%] auto_examples/color_exposure/plot_rgb_to_hsv
> writing output... [ 26%] auto_examples/color_exposure/plot_tinting_grayscale_images
> writing output... [ 26%] auto_examples/color_exposure/sg_execution_times
> writing output... [ 27%] auto_examples/data/plot_general
> writing output... [ 27%] auto_examples/data/plot_scientific
> writing output... [ 28%] auto_examples/data/plot_specific
> writing output... [ 28%] auto_examples/data/sg_execution_times
> writing output... [ 29%] auto_examples/developers/plot_max_tree
> writing output... [ 30%] auto_examples/developers/plot_threshold_li
> writing output... [ 30%] auto_examples/developers/sg_execution_times
> writing output... [ 31%] auto_examples/edges/plot_active_contours
> writing output... [ 31%] auto_examples/edges/plot_canny
> writing output... [ 32%] auto_examples/edges/plot_circular_elliptical_hough_transform
> writing output... [ 32%] auto_examples/edges/plot_contours
> writing output... [ 33%] auto_examples/edges/plot_convex_hull
> writing output... [ 33%] auto_examples/edges/plot_edge_filter
> writing output... [ 34%] auto_examples/edges/plot_line_hough_transform
> writing output... [ 34%] auto_examples/edges/plot_marching_cubes
> writing output... [ 35%] auto_examples/edges/plot_polygon
> writing output... [ 36%] auto_examples/edges/plot_random_shapes
> writing output... [ 36%] auto_examples/edges/plot_ridge_filter
> writing output... [ 37%] auto_examples/edges/plot_shapes
> writing output... [ 37%] auto_examples/edges/plot_skeleton
> writing output... [ 38%] auto_examples/edges/sg_execution_times
> writing output... [ 38%] auto_examples/features_detection/plot_blob
> writing output... [ 39%] auto_examples/features_detection/plot_brief
> writing output... [ 39%] auto_examples/features_detection/plot_censure
> writing output... [ 40%] auto_examples/features_detection/plot_corner
> writing output... [ 40%] auto_examples/features_detection/plot_daisy
> writing output... [ 41%] auto_examples/features_detection/plot_gabor
> writing output... [ 42%] auto_examples/features_detection/plot_gabors_from_astronaut
> writing output... [ 42%] auto_examples/features_detection/plot_glcm
> writing output... [ 43%] auto_examples/features_detection/plot_haar
> writing output... [ 43%] auto_examples/features_detection/plot_hog
> writing output... [ 44%] auto_examples/features_detection/plot_holes_and_peaks
> writing output... [ 44%] auto_examples/features_detection/plot_local_binary_pattern
> writing output... [ 45%] auto_examples/features_detection/plot_multiblock_local_binary_pattern
> writing output... [ 45%] auto_examples/features_detection/plot_orb
> writing output... [ 46%] auto_examples/features_detection/plot_shape_index
> writing output... [ 46%] auto_examples/features_detection/plot_template
> writing output... [ 47%] auto_examples/features_detection/plot_windowed_histogram
> writing output... [ 48%] auto_examples/features_detection/sg_execution_times
> writing output... [ 48%] auto_examples/filters/plot_attribute_operators
> writing output... [ 49%] auto_examples/filters/plot_cycle_spinning
> writing output... [ 49%] auto_examples/filters/plot_deconvolution
> writing output... [ 50%] auto_examples/filters/plot_denoise
> writing output... [ 50%] auto_examples/filters/plot_denoise_wavelet
> writing output... [ 51%] auto_examples/filters/plot_entropy
> writing output... [ 51%] auto_examples/filters/plot_hysteresis
> writing output... [ 52%] auto_examples/filters/plot_inpaint
> writing output... [ 53%] auto_examples/filters/plot_nonlocal_means
> writing output... [ 53%] auto_examples/filters/plot_phase_unwrap
> writing output... [ 54%] auto_examples/filters/plot_rank_mean
> writing output... [ 54%] auto_examples/filters/plot_restoration
> writing output... [ 55%] auto_examples/filters/plot_unsharp_mask
> writing output... [ 55%] auto_examples/filters/sg_execution_times
> writing output... [ 56%] auto_examples/index
> writing output... [ 56%] auto_examples/numpy_operations/plot_camera_numpy
> writing output... [ 57%] auto_examples/numpy_operations/plot_view_as_blocks
> writing output... [ 57%] auto_examples/numpy_operations/sg_execution_times
> writing output... [ 58%] auto_examples/segmentation/plot_boundary_merge
> writing output... [ 59%] auto_examples/segmentation/plot_chan_vese
> writing output... [ 59%] auto_examples/segmentation/plot_compact_watershed
> writing output... [ 60%] auto_examples/segmentation/plot_extrema
> writing output... [ 60%] auto_examples/segmentation/plot_floodfill
> writing output... [ 61%] auto_examples/segmentation/plot_join_segmentations
> writing output... [ 61%] auto_examples/segmentation/plot_label
> writing output... [ 62%] auto_examples/segmentation/plot_marked_watershed
> writing output... [ 62%] auto_examples/segmentation/plot_metrics
> writing output... [ 63%] auto_examples/segmentation/plot_morphsnakes
> writing output... [ 63%] auto_examples/segmentation/plot_multiotsu
> writing output... [ 64%] auto_examples/segmentation/plot_ncut
> writing output... [ 65%] auto_examples/segmentation/plot_niblack_sauvola
> writing output... [ 65%] auto_examples/segmentation/plot_peak_local_max
> writing output... [ 66%] auto_examples/segmentation/plot_rag
> writing output... [ 66%] auto_examples/segmentation/plot_rag_boundary
> writing output... [ 67%] auto_examples/segmentation/plot_rag_draw
> writing output... [ 67%] auto_examples/segmentation/plot_rag_mean_color
> writing output... [ 68%] auto_examples/segmentation/plot_rag_merge
> writing output... [ 68%] auto_examples/segmentation/plot_random_walker_segmentation
> writing output... [ 69%] auto_examples/segmentation/plot_regionprops
> writing output... [ 69%] auto_examples/segmentation/plot_segmentations
> writing output... [ 70%] auto_examples/segmentation/plot_thresholding
> writing output... [ 71%] auto_examples/segmentation/plot_watershed
> writing output... [ 71%] auto_examples/segmentation/sg_execution_times
> writing output... [ 72%] auto_examples/transform/plot_edge_modes
> writing output... [ 72%] auto_examples/transform/plot_fundamental_matrix
> writing output... [ 73%] auto_examples/transform/plot_masked_register_translation
> writing output... [ 73%] auto_examples/transform/plot_matching
> writing output... [ 74%] auto_examples/transform/plot_piecewise_affine
> writing output... [ 74%] auto_examples/transform/plot_pyramid
> writing output... [ 75%] auto_examples/transform/plot_radon_transform
> writing output... [ 75%] auto_examples/transform/plot_ransac
> writing output... [ 76%] auto_examples/transform/plot_register_rotation
> writing output... [ 77%] auto_examples/transform/plot_register_translation
> writing output... [ 77%] auto_examples/transform/plot_rescale
> writing output... [ 78%] auto_examples/transform/plot_ssim
> writing output... [ 78%] auto_examples/transform/plot_swirl
> writing output... [ 79%] auto_examples/transform/sg_execution_times
> writing output... [ 79%] contribute
> writing output... [ 80%] core_developer
> writing output... [ 80%] gitwash/configure_git
> writing output... [ 81%] gitwash/development_workflow
> writing output... [ 81%] gitwash/following_latest
> writing output... [ 82%] gitwash/forking_hell
> writing output... [ 83%] gitwash/git_development
> writing output... [ 83%] gitwash/git_install
> writing output... [ 84%] gitwash/git_intro
> writing output... [ 84%] gitwash/git_resources
> writing output... [ 85%] gitwash/index
> writing output... [ 85%] gitwash/maintainer_workflow
> writing output... [ 86%] gitwash/patching
> writing output... [ 86%] gitwash/set_up_fork
> writing output... [ 87%] glossary
> writing output... [ 87%] index
> writing output... [ 88%] install
> writing output... [ 89%] license
> writing output... [ 89%] overview
> writing output... [ 90%] release_notes_and_installation
> writing output... [ 90%] skips/0-skip-process
> writing output... [ 91%] skips/1-governance
> writing output... [ 91%] skips/2-values
> writing output... [ 92%] skips/index
> writing output... [ 92%] skips/template
> writing output... [ 93%] user_guide
> writing output... [ 93%] user_guide/data_types
> writing output... [ 94%] user_guide/getting_help
> writing output... [ 95%] user_guide/getting_started
> writing output... [ 95%] user_guide/numpy_images
> writing output... [ 96%] user_guide/plugins
> writing output... [ 96%] user_guide/transforming_image_data
> writing output... [ 97%] user_guide/tutorial_parallelization
> writing output... [ 97%] user_guide/tutorial_segmentation
> writing output... [ 98%] user_guide/tutorials
> writing output... [ 98%] user_guide/video
> writing output... [ 99%] user_guide/viewer
> writing output... [100%] values
> 
> generating indices...  genindex py-modindexdone
> writing additional pages...  searchdone
> copying images... [  0%] auto_examples/color_exposure/images/thumb/sphx_glr_plot_regional_maxima_thumb.png
> copying images... [  0%] auto_examples/color_exposure/images/thumb/sphx_glr_plot_log_gamma_thumb.png
> copying images... [  0%] auto_examples/color_exposure/images/thumb/sphx_glr_plot_equalize_thumb.png
> copying images... [  1%] auto_examples/color_exposure/images/thumb/sphx_glr_plot_tinting_grayscale_images_thumb.png
> copying images... [  1%] auto_examples/edges/images/thumb/sphx_glr_plot_convex_hull_thumb.png
> copying images... [  1%] auto_examples/transform/images/thumb/sphx_glr_plot_ssim_thumb.png
> copying images... [  2%] auto_examples/transform/images/thumb/sphx_glr_plot_register_rotation_thumb.png
> copying images... [  2%] auto_examples/transform/images/thumb/sphx_glr_plot_matching_thumb.png
> copying images... [  2%] auto_examples/filters/images/thumb/sphx_glr_plot_denoise_thumb.png
> copying images... [  2%] auto_examples/filters/images/thumb/sphx_glr_plot_cycle_spinning_thumb.png
> copying images... [  3%] auto_examples/filters/images/thumb/sphx_glr_plot_phase_unwrap_thumb.png
> copying images... [  3%] auto_examples/filters/images/thumb/sphx_glr_plot_nonlocal_means_thumb.png
> copying images... [  3%] auto_examples/filters/images/thumb/sphx_glr_plot_denoise_wavelet_thumb.png
> copying images... [  4%] auto_examples/features_detection/images/thumb/sphx_glr_plot_gabor_thumb.png
> copying images... [  4%] auto_examples/segmentation/images/thumb/sphx_glr_plot_chan_vese_thumb.png
> copying images... [  4%] auto_examples/segmentation/images/thumb/sphx_glr_plot_peak_local_max_thumb.png
> copying images... [  5%] auto_examples/segmentation/images/thumb/sphx_glr_plot_random_walker_segmentation_thumb.png
> copying images... [  5%] auto_examples/segmentation/images/thumb/sphx_glr_plot_segmentations_thumb.png
> copying images... [  5%] auto_examples/segmentation/images/thumb/sphx_glr_plot_morphsnakes_thumb.png
> copying images... [  5%] auto_examples/segmentation/images/thumb/sphx_glr_plot_metrics_thumb.png
> copying images... [  6%] auto_examples/color_exposure/images/thumb/sphx_glr_plot_local_equalize_thumb.png
> copying images... [  6%] auto_examples/edges/images/thumb/sphx_glr_plot_circular_elliptical_hough_transform_thumb.png
> copying images... [  6%] auto_examples/filters/images/thumb/sphx_glr_plot_entropy_thumb.png
> copying images... [  7%] auto_examples/features_detection/images/thumb/sphx_glr_plot_windowed_histogram_thumb.png
> copying images... [  7%] auto_examples/segmentation/images/thumb/sphx_glr_plot_marked_watershed_thumb.png
> copying images... [  7%] auto_examples/applications/images/thumb/sphx_glr_plot_morphology_thumb.png
> copying images... [  7%] auto_examples/applications/images/thumb/sphx_glr_plot_thresholding_thumb.png
> copying images... [  8%] auto_examples/applications/images/thumb/sphx_glr_plot_rank_filters_thumb.png
> copying images... [  8%] auto_examples/color_exposure/images/thumb/sphx_glr_plot_rgb_to_hsv_thumb.png
> copying images... [  8%] auto_examples/numpy_operations/images/thumb/sphx_glr_plot_view_as_blocks_thumb.png
> copying images... [  9%] auto_examples/color_exposure/images/thumb/sphx_glr_plot_rgb_to_gray_thumb.png
> copying images... [  9%] auto_examples/color_exposure/images/thumb/sphx_glr_plot_adapt_rgb_thumb.png
> copying images... [  9%] auto_examples/edges/images/thumb/sphx_glr_plot_ridge_filter_thumb.png
> copying images... [ 10%] auto_examples/edges/images/thumb/sphx_glr_plot_active_contours_thumb.png
> copying images... [ 10%] auto_examples/transform/images/thumb/sphx_glr_plot_rescale_thumb.png
> copying images... [ 10%] auto_examples/transform/images/thumb/sphx_glr_plot_fundamental_matrix_thumb.png
> copying images... [ 10%] auto_examples/filters/images/thumb/sphx_glr_plot_restoration_thumb.png
> copying images... [ 11%] auto_examples/filters/images/thumb/sphx_glr_plot_deconvolution_thumb.png
> copying images... [ 11%] auto_examples/features_detection/images/thumb/sphx_glr_plot_censure_thumb.png
> copying images... [ 11%] auto_examples/features_detection/images/thumb/sphx_glr_plot_blob_thumb.png
> copying images... [ 12%] auto_examples/features_detection/images/thumb/sphx_glr_plot_orb_thumb.png
> copying images... [ 12%] auto_examples/features_detection/images/thumb/sphx_glr_plot_brief_thumb.png
> copying images... [ 12%] auto_examples/features_detection/images/thumb/sphx_glr_plot_gabors_from_astronaut_thumb.png
> copying images... [ 12%] auto_examples/segmentation/images/thumb/sphx_glr_plot_rag_boundary_thumb.png
> copying images... [ 13%] auto_examples/segmentation/images/thumb/sphx_glr_plot_boundary_merge_thumb.png
> copying images... [ 13%] auto_examples/segmentation/images/thumb/sphx_glr_plot_extrema_thumb.png
> copying images... [ 13%] auto_examples/color_exposure/images/thumb/sphx_glr_plot_ihc_color_separation_thumb.png
> copying images... [ 14%] auto_examples/features_detection/images/thumb/sphx_glr_plot_local_binary_pattern_thumb.png
> copying images... [ 14%] auto_examples/segmentation/images/thumb/sphx_glr_plot_ncut_thumb.png
> copying images... [ 14%] auto_examples/segmentation/images/thumb/sphx_glr_plot_rag_mean_color_thumb.png
> copying images... [ 15%] auto_examples/segmentation/images/thumb/sphx_glr_plot_compact_watershed_thumb.png
> copying images... [ 15%] auto_examples/segmentation/images/thumb/sphx_glr_plot_label_thumb.png
> copying images... [ 15%] auto_examples/segmentation/images/thumb/sphx_glr_plot_join_segmentations_thumb.png
> copying images... [ 15%] auto_examples/segmentation/images/thumb/sphx_glr_plot_rag_merge_thumb.png
> copying images... [ 16%] auto_examples/applications/images/thumb/sphx_glr_plot_coins_segmentation_thumb.png
> copying images... [ 16%] auto_examples/transform/images/thumb/sphx_glr_plot_pyramid_thumb.png
> copying images... [ 16%] auto_examples/transform/images/thumb/sphx_glr_plot_piecewise_affine_thumb.png
> copying images... [ 17%] auto_examples/filters/images/thumb/sphx_glr_plot_inpaint_thumb.png
> copying images... [ 17%] auto_examples/features_detection/images/thumb/sphx_glr_plot_hog_thumb.png
> copying images... [ 17%] auto_examples/applications/images/thumb/sphx_glr_plot_face_detection_thumb.png
> copying images... [ 17%] auto_examples/edges/images/thumb/sphx_glr_plot_skeleton_thumb.png
> copying images... [ 18%] auto_examples/numpy_operations/images/thumb/sphx_glr_plot_camera_numpy_thumb.png
> copying images... [ 18%] auto_examples/edges/images/thumb/sphx_glr_plot_line_hough_transform_thumb.png
> copying images... [ 18%] auto_examples/edges/images/thumb/sphx_glr_plot_edge_filter_thumb.png
> copying images... [ 19%] auto_examples/transform/images/thumb/sphx_glr_plot_register_translation_thumb.png
> copying images... [ 19%] auto_examples/transform/images/thumb/sphx_glr_plot_masked_register_translation_thumb.png
> copying images... [ 19%] auto_examples/features_detection/images/thumb/sphx_glr_plot_daisy_thumb.png
> copying images... [ 20%] auto_examples/features_detection/images/thumb/sphx_glr_plot_glcm_thumb.png
> copying images... [ 20%] auto_examples/segmentation/images/thumb/sphx_glr_plot_thresholding_thumb.png
> copying images... [ 20%] auto_examples/segmentation/images/thumb/sphx_glr_plot_multiotsu_thumb.png
> copying images... [ 20%] auto_examples/segmentation/images/thumb/sphx_glr_plot_floodfill_thumb.png
> copying images... [ 21%] auto_examples/developers/images/thumb/sphx_glr_plot_threshold_li_thumb.png
> copying images... [ 21%] auto_examples/transform/images/thumb/sphx_glr_plot_swirl_thumb.png
> copying images... [ 21%] auto_examples/features_detection/images/thumb/sphx_glr_plot_corner_thumb.png
> copying images... [ 22%] auto_examples/color_exposure/images/thumb/sphx_glr_plot_histogram_matching_thumb.png
> copying images... [ 22%] auto_examples/segmentation/images/thumb/sphx_glr_plot_rag_draw_thumb.png
> copying images... [ 22%] auto_examples/filters/images/thumb/sphx_glr_plot_hysteresis_thumb.png
> copying images... [ 23%] auto_examples/filters/images/thumb/sphx_glr_plot_rank_mean_thumb.png
> copying images... [ 23%] auto_examples/features_detection/images/thumb/sphx_glr_plot_template_thumb.png
> copying images... [ 23%] auto_examples/features_detection/images/thumb/sphx_glr_plot_multiblock_local_binary_pattern_thumb.png
> copying images... [ 23%] auto_examples/applications/images/thumb/sphx_glr_plot_image_comparison_thumb.png
> copying images... [ 24%] auto_examples/data/images/thumb/sphx_glr_plot_specific_thumb.png
> copying images... [ 24%] auto_examples/applications/images/thumb/sphx_glr_plot_haar_extraction_selection_classification_thumb.png
> copying images... [ 24%] auto_examples/filters/images/thumb/sphx_glr_plot_attribute_operators_thumb.png
> copying images... [ 25%] auto_examples/filters/images/thumb/sphx_glr_plot_unsharp_mask_thumb.png
> copying images... [ 25%] auto_examples/features_detection/images/thumb/sphx_glr_plot_holes_and_peaks_thumb.png
> copying images... [ 25%] auto_examples/segmentation/images/thumb/sphx_glr_plot_niblack_sauvola_thumb.png
> copying images... [ 25%] auto_examples/applications/images/thumb/sphx_glr_plot_geometric_thumb.png
> copying images... [ 26%] auto_examples/transform/images/thumb/sphx_glr_plot_radon_transform_thumb.png
> copying images... [ 26%] auto_examples/edges/images/thumb/sphx_glr_plot_shapes_thumb.png
> copying images... [ 26%] auto_examples/edges/images/thumb/sphx_glr_plot_polygon_thumb.png
> copying images... [ 27%] auto_examples/segmentation/images/thumb/sphx_glr_plot_regionprops_thumb.png
> copying images... [ 27%] auto_examples/edges/images/thumb/sphx_glr_plot_marching_cubes_thumb.png
> copying images... [ 27%] auto_examples/features_detection/images/thumb/sphx_glr_plot_shape_index_thumb.png
> copying images... [ 28%] auto_examples/edges/images/thumb/sphx_glr_plot_random_shapes_thumb.png
> copying images... [ 28%] auto_examples/edges/images/thumb/sphx_glr_plot_canny_thumb.png
> copying images... [ 28%] auto_examples/segmentation/images/thumb/sphx_glr_plot_watershed_thumb.png
> copying images... [ 28%] auto_examples/features_detection/images/thumb/sphx_glr_plot_haar_thumb.png
> copying images... [ 29%] auto_examples/edges/images/thumb/sphx_glr_plot_contours_thumb.png
> copying images... [ 29%] auto_examples/transform/images/thumb/sphx_glr_plot_ransac_thumb.png
> copying images... [ 29%] auto_examples/developers/images/thumb/sphx_glr_plot_max_tree_thumb.png
> copying images... [ 30%] api/../../build/plot_directive/plots/hough_tf.png
> copying images... [ 30%] auto_examples/transform/images/thumb/sphx_glr_plot_edge_modes_thumb.png
> copying images... [ 30%] auto_examples/applications/images/sphx_glr_plot_coins_segmentation_001.png
> copying images... [ 30%] auto_examples/applications/images/sphx_glr_plot_coins_segmentation_002.png
> copying images... [ 31%] auto_examples/applications/images/sphx_glr_plot_coins_segmentation_003.png
> copying images... [ 31%] auto_examples/applications/images/sphx_glr_plot_coins_segmentation_004.png
> copying images... [ 31%] auto_examples/applications/images/sphx_glr_plot_coins_segmentation_005.png
> copying images... [ 32%] auto_examples/applications/images/sphx_glr_plot_coins_segmentation_006.png
> copying images... [ 32%] auto_examples/applications/images/sphx_glr_plot_coins_segmentation_007.png
> copying images... [ 32%] auto_examples/applications/images/sphx_glr_plot_coins_segmentation_008.png
> copying images... [ 33%] auto_examples/applications/images/sphx_glr_plot_coins_segmentation_009.png
> copying images... [ 33%] auto_examples/applications/images/sphx_glr_plot_face_detection_001.png
> copying images... [ 33%] auto_examples/applications/images/sphx_glr_plot_geometric_001.png
> copying images... [ 33%] auto_examples/applications/images/sphx_glr_plot_geometric_002.png
> copying images... [ 34%] auto_examples/applications/images/sphx_glr_plot_haar_extraction_selection_classification_001.png
> copying images... [ 34%] auto_examples/applications/images/sphx_glr_plot_image_comparison_001.png
> copying images... [ 34%] auto_examples/applications/images/sphx_glr_plot_image_comparison_002.png
> copying images... [ 35%] auto_examples/applications/images/sphx_glr_plot_image_comparison_003.png
> copying images... [ 35%] auto_examples/applications/images/sphx_glr_plot_morphology_001.png
> copying images... [ 35%] auto_examples/applications/images/sphx_glr_plot_morphology_002.png
> copying images... [ 35%] auto_examples/applications/images/sphx_glr_plot_morphology_003.png
> copying images... [ 36%] auto_examples/applications/images/sphx_glr_plot_morphology_004.png
> copying images... [ 36%] auto_examples/applications/images/sphx_glr_plot_morphology_005.png
> copying images... [ 36%] auto_examples/applications/images/sphx_glr_plot_morphology_006.png
> copying images... [ 37%] auto_examples/applications/images/sphx_glr_plot_morphology_007.png
> copying images... [ 37%] auto_examples/applications/images/sphx_glr_plot_morphology_008.png
> copying images... [ 37%] auto_examples/applications/images/sphx_glr_plot_morphology_009.png
> copying images... [ 38%] auto_examples/applications/images/sphx_glr_plot_morphology_010.png
> copying images... [ 38%] auto_examples/applications/images/sphx_glr_plot_rank_filters_001.png
> copying images... [ 38%] auto_examples/applications/images/sphx_glr_plot_rank_filters_002.png
> copying images... [ 38%] auto_examples/applications/images/sphx_glr_plot_rank_filters_003.png
> copying images... [ 39%] auto_examples/applications/images/sphx_glr_plot_rank_filters_004.png
> copying images... [ 39%] auto_examples/applications/images/sphx_glr_plot_rank_filters_005.png
> copying images... [ 39%] auto_examples/applications/images/sphx_glr_plot_rank_filters_006.png
> copying images... [ 40%] auto_examples/applications/images/sphx_glr_plot_rank_filters_007.png
> copying images... [ 40%] auto_examples/applications/images/sphx_glr_plot_rank_filters_008.png
> copying images... [ 40%] auto_examples/applications/images/sphx_glr_plot_rank_filters_009.png
> copying images... [ 41%] auto_examples/applications/images/sphx_glr_plot_rank_filters_010.png
> copying images... [ 41%] auto_examples/applications/images/sphx_glr_plot_rank_filters_011.png
> copying images... [ 41%] auto_examples/applications/images/sphx_glr_plot_rank_filters_012.png
> copying images... [ 41%] auto_examples/applications/images/sphx_glr_plot_rank_filters_013.png
> copying images... [ 42%] auto_examples/applications/images/sphx_glr_plot_rank_filters_014.png
> copying images... [ 42%] auto_examples/applications/images/sphx_glr_plot_rank_filters_015.png
> copying images... [ 42%] auto_examples/applications/images/sphx_glr_plot_rank_filters_016.png
> copying images... [ 43%] auto_examples/applications/images/sphx_glr_plot_rank_filters_017.png
> copying images... [ 43%] auto_examples/applications/images/sphx_glr_plot_rank_filters_018.png
> copying images... [ 43%] auto_examples/applications/images/sphx_glr_plot_thresholding_001.png
> copying images... [ 43%] auto_examples/applications/images/sphx_glr_plot_thresholding_002.png
> copying images... [ 44%] auto_examples/applications/images/sphx_glr_plot_thresholding_003.png
> copying images... [ 44%] auto_examples/applications/images/sphx_glr_plot_thresholding_004.png
> copying images... [ 44%] auto_examples/applications/images/sphx_glr_plot_thresholding_005.png
> copying images... [ 45%] auto_examples/applications/images/sphx_glr_plot_thresholding_006.png
> copying images... [ 45%] auto_examples/color_exposure/images/sphx_glr_plot_adapt_rgb_001.png
> copying images... [ 45%] auto_examples/color_exposure/images/sphx_glr_plot_adapt_rgb_002.png
> copying images... [ 46%] auto_examples/color_exposure/images/sphx_glr_plot_equalize_001.png
> copying images... [ 46%] auto_examples/color_exposure/images/sphx_glr_plot_histogram_matching_001.png
> copying images... [ 46%] auto_examples/color_exposure/images/sphx_glr_plot_histogram_matching_002.png
> copying images... [ 46%] auto_examples/color_exposure/images/sphx_glr_plot_ihc_color_separation_001.png
> copying images... [ 47%] auto_examples/color_exposure/images/sphx_glr_plot_ihc_color_separation_002.png
> copying images... [ 47%] auto_examples/color_exposure/images/sphx_glr_plot_local_equalize_001.png
> copying images... [ 47%] auto_examples/color_exposure/images/sphx_glr_plot_log_gamma_001.png
> copying images... [ 48%] auto_examples/color_exposure/images/sphx_glr_plot_regional_maxima_001.png
> copying images... [ 48%] auto_examples/color_exposure/images/sphx_glr_plot_regional_maxima_002.png
> copying images... [ 48%] auto_examples/color_exposure/images/sphx_glr_plot_rgb_to_gray_001.png
> copying images... [ 48%] auto_examples/color_exposure/images/sphx_glr_plot_rgb_to_hsv_001.png
> copying images... [ 49%] auto_examples/color_exposure/images/sphx_glr_plot_rgb_to_hsv_002.png
> copying images... [ 49%] auto_examples/color_exposure/images/sphx_glr_plot_rgb_to_hsv_003.png
> copying images... [ 49%] auto_examples/color_exposure/images/sphx_glr_plot_tinting_grayscale_images_001.png
> copying images... [ 50%] auto_examples/color_exposure/images/sphx_glr_plot_tinting_grayscale_images_002.png
> copying images... [ 50%] auto_examples/color_exposure/images/sphx_glr_plot_tinting_grayscale_images_003.png
> copying images... [ 50%] auto_examples/color_exposure/images/sphx_glr_plot_tinting_grayscale_images_004.png
> copying images... [ 51%] auto_examples/data/images/sphx_glr_plot_general_001.png
> copying images... [ 51%] auto_examples/data/images/sphx_glr_plot_general_002.png
> copying images... [ 51%] auto_examples/data/images/sphx_glr_plot_general_003.png
> copying images... [ 51%] auto_examples/data/images/sphx_glr_plot_general_004.png
> copying images... [ 52%] auto_examples/data/images/sphx_glr_plot_general_005.png
> copying images... [ 52%] auto_examples/data/images/sphx_glr_plot_general_006.png
> copying images... [ 52%] auto_examples/data/images/sphx_glr_plot_general_007.png
> copying images... [ 53%] auto_examples/data/images/sphx_glr_plot_general_008.png
> copying images... [ 53%] auto_examples/data/images/sphx_glr_plot_general_009.png
> copying images... [ 53%] auto_examples/data/images/sphx_glr_plot_general_010.png
> copying images... [ 53%] auto_examples/data/images/sphx_glr_plot_general_011.png
> copying images... [ 54%] auto_examples/data/images/sphx_glr_plot_general_012.png
> copying images... [ 54%] auto_examples/data/images/sphx_glr_plot_general_013.png
> copying images... [ 54%] auto_examples/data/images/sphx_glr_plot_general_014.png
> copying images... [ 55%] auto_examples/data/images/sphx_glr_plot_general_015.png
> copying images... [ 55%] auto_examples/data/images/sphx_glr_plot_general_016.png
> copying images... [ 55%] auto_examples/data/images/sphx_glr_plot_general_017.png
> copying images... [ 56%] auto_examples/data/images/sphx_glr_plot_scientific_001.png
> copying images... [ 56%] auto_examples/data/images/sphx_glr_plot_scientific_002.png
> copying images... [ 56%] auto_examples/data/images/sphx_glr_plot_scientific_003.png
> copying images... [ 56%] auto_examples/data/images/sphx_glr_plot_scientific_004.png
> copying images... [ 57%] auto_examples/data/images/sphx_glr_plot_scientific_005.png
> copying images... [ 57%] auto_examples/data/images/sphx_glr_plot_scientific_006.png
> copying images... [ 57%] auto_examples/data/images/sphx_glr_plot_scientific_007.png
> copying images... [ 58%] auto_examples/data/images/sphx_glr_plot_specific_001.png
> copying images... [ 58%] auto_examples/data/images/sphx_glr_plot_specific_002.png
> copying images... [ 58%] auto_examples/developers/images/sphx_glr_plot_max_tree_001.png
> copying images... [ 58%] auto_examples/developers/images/sphx_glr_plot_max_tree_002.png
> copying images... [ 59%] auto_examples/developers/images/sphx_glr_plot_max_tree_003.png
> copying images... [ 59%] auto_examples/developers/images/sphx_glr_plot_threshold_li_001.png
> copying images... [ 59%] auto_examples/developers/images/sphx_glr_plot_threshold_li_002.png
> copying images... [ 60%] auto_examples/developers/images/sphx_glr_plot_threshold_li_003.png
> copying images... [ 60%] auto_examples/developers/images/sphx_glr_plot_threshold_li_004.png
> copying images... [ 60%] auto_examples/developers/images/sphx_glr_plot_threshold_li_005.png
> copying images... [ 61%] auto_examples/developers/images/sphx_glr_plot_threshold_li_006.png
> copying images... [ 61%] auto_examples/edges/images/sphx_glr_plot_active_contours_001.png
> copying images... [ 61%] auto_examples/edges/images/sphx_glr_plot_active_contours_002.png
> copying images... [ 61%] auto_examples/edges/images/sphx_glr_plot_canny_001.png
> copying images... [ 62%] auto_examples/edges/images/sphx_glr_plot_circular_elliptical_hough_transform_001.png
> copying images... [ 62%] auto_examples/edges/images/sphx_glr_plot_circular_elliptical_hough_transform_002.png
> copying images... [ 62%] auto_examples/edges/images/sphx_glr_plot_contours_001.png
> copying images... [ 63%] auto_examples/edges/images/sphx_glr_plot_convex_hull_001.png
> copying images... [ 63%] auto_examples/edges/images/sphx_glr_plot_convex_hull_002.png
> copying images... [ 63%] auto_examples/edges/images/sphx_glr_plot_edge_filter_001.png
> copying images... [ 64%] auto_examples/edges/images/sphx_glr_plot_edge_filter_002.png
> copying images... [ 64%] auto_examples/edges/images/sphx_glr_plot_edge_filter_003.png
> copying images... [ 64%] auto_examples/edges/images/sphx_glr_plot_line_hough_transform_001.png
> copying images... [ 64%] auto_examples/edges/images/sphx_glr_plot_line_hough_transform_002.png
> copying images... [ 65%] auto_examples/edges/images/sphx_glr_plot_marching_cubes_001.png
> copying images... [ 65%] auto_examples/edges/images/sphx_glr_plot_polygon_001.png
> copying images... [ 65%] auto_examples/edges/images/sphx_glr_plot_random_shapes_001.png
> copying images... [ 66%] auto_examples/edges/images/sphx_glr_plot_ridge_filter_001.png
> copying images... [ 66%] auto_examples/edges/images/sphx_glr_plot_shapes_001.png
> copying images... [ 66%] auto_examples/edges/images/sphx_glr_plot_skeleton_001.png
> copying images... [ 66%] auto_examples/edges/images/sphx_glr_plot_skeleton_002.png
> copying images... [ 67%] auto_examples/edges/images/sphx_glr_plot_skeleton_003.png
> copying images... [ 67%] auto_examples/edges/images/sphx_glr_plot_skeleton_004.png
> copying images... [ 67%] auto_examples/features_detection/images/sphx_glr_plot_blob_001.png
> copying images... [ 68%] auto_examples/features_detection/images/sphx_glr_plot_brief_001.png
> copying images... [ 68%] auto_examples/features_detection/images/sphx_glr_plot_censure_001.png
> copying images... [ 68%] auto_examples/features_detection/images/sphx_glr_plot_corner_001.png
> copying images... [ 69%] auto_examples/features_detection/images/sphx_glr_plot_daisy_001.png
> copying images... [ 69%] auto_examples/features_detection/images/sphx_glr_plot_gabor_001.png
> copying images... [ 69%] auto_examples/features_detection/images/sphx_glr_plot_gabors_from_astronaut_001.png
> copying images... [ 69%] auto_examples/features_detection/images/sphx_glr_plot_glcm_001.png
> copying images... [ 70%] auto_examples/features_detection/images/sphx_glr_plot_haar_001.png
> copying images... [ 70%] auto_examples/features_detection/images/sphx_glr_plot_hog_001.png
> copying images... [ 70%] auto_examples/features_detection/images/sphx_glr_plot_holes_and_peaks_001.png
> copying images... [ 71%] auto_examples/features_detection/images/sphx_glr_plot_local_binary_pattern_001.png
> copying images... [ 71%] auto_examples/features_detection/images/sphx_glr_plot_local_binary_pattern_002.png
> copying images... [ 71%] auto_examples/features_detection/images/sphx_glr_plot_local_binary_pattern_003.png
> copying images... [ 71%] auto_examples/features_detection/images/sphx_glr_plot_multiblock_local_binary_pattern_001.png
> copying images... [ 72%] auto_examples/features_detection/images/sphx_glr_plot_orb_001.png
> copying images... [ 72%] auto_examples/features_detection/images/sphx_glr_plot_shape_index_001.png
> copying images... [ 72%] auto_examples/features_detection/images/sphx_glr_plot_template_001.png
> copying images... [ 73%] auto_examples/features_detection/images/sphx_glr_plot_windowed_histogram_001.png
> copying images... [ 73%] auto_examples/filters/images/sphx_glr_plot_attribute_operators_001.png
> copying images... [ 73%] auto_examples/filters/images/sphx_glr_plot_attribute_operators_002.png
> copying images... [ 74%] auto_examples/filters/images/sphx_glr_plot_cycle_spinning_001.png
> copying images... [ 74%] auto_examples/filters/images/sphx_glr_plot_deconvolution_001.png
> copying images... [ 74%] auto_examples/filters/images/sphx_glr_plot_denoise_001.png
> copying images... [ 74%] auto_examples/filters/images/sphx_glr_plot_denoise_wavelet_001.png
> copying images... [ 75%] auto_examples/filters/images/sphx_glr_plot_entropy_001.png
> copying images... [ 75%] auto_examples/filters/images/sphx_glr_plot_entropy_002.png
> copying images... [ 75%] auto_examples/filters/images/sphx_glr_plot_hysteresis_001.png
> copying images... [ 76%] auto_examples/filters/images/sphx_glr_plot_inpaint_001.png
> copying images... [ 76%] auto_examples/filters/images/sphx_glr_plot_nonlocal_means_001.png
> copying images... [ 76%] auto_examples/filters/images/sphx_glr_plot_phase_unwrap_001.png
> copying images... [ 76%] auto_examples/filters/images/sphx_glr_plot_phase_unwrap_002.png
> copying images... [ 77%] auto_examples/filters/images/sphx_glr_plot_rank_mean_001.png
> copying images... [ 77%] auto_examples/filters/images/sphx_glr_plot_restoration_001.png
> copying images... [ 77%] auto_examples/filters/images/sphx_glr_plot_unsharp_mask_001.png
> copying images... [ 78%] auto_examples/data/images/thumb/sphx_glr_plot_scientific_thumb.png
> copying images... [ 78%] auto_examples/data/images/thumb/sphx_glr_plot_general_thumb.png
> copying images... [ 78%] auto_examples/segmentation/images/thumb/sphx_glr_plot_rag_thumb.png
> copying images... [ 79%] auto_examples/numpy_operations/images/sphx_glr_plot_camera_numpy_001.png
> copying images... [ 79%] auto_examples/numpy_operations/images/sphx_glr_plot_view_as_blocks_001.png
> copying images... [ 79%] auto_examples/segmentation/images/sphx_glr_plot_boundary_merge_001.png
> copying images... [ 79%] auto_examples/segmentation/images/sphx_glr_plot_boundary_merge_002.png
> copying images... [ 80%] auto_examples/segmentation/images/sphx_glr_plot_boundary_merge_003.png
> copying images... [ 80%] auto_examples/segmentation/images/sphx_glr_plot_chan_vese_001.png
> copying images... [ 80%] auto_examples/segmentation/images/sphx_glr_plot_compact_watershed_001.png
> copying images... [ 81%] auto_examples/segmentation/images/sphx_glr_plot_extrema_001.png
> copying images... [ 81%] auto_examples/segmentation/images/sphx_glr_plot_floodfill_001.png
> copying images... [ 81%] auto_examples/segmentation/images/sphx_glr_plot_floodfill_002.png
> copying images... [ 82%] auto_examples/segmentation/images/sphx_glr_plot_floodfill_003.png
> copying images... [ 82%] auto_examples/segmentation/images/sphx_glr_plot_floodfill_004.png
> copying images... [ 82%] auto_examples/segmentation/images/sphx_glr_plot_join_segmentations_001.png
> copying images... [ 82%] auto_examples/segmentation/images/sphx_glr_plot_label_001.png
> copying images... [ 83%] auto_examples/segmentation/images/sphx_glr_plot_marked_watershed_001.png
> copying images... [ 83%] auto_examples/segmentation/images/sphx_glr_plot_metrics_001.png
> copying images... [ 83%] auto_examples/segmentation/images/sphx_glr_plot_morphsnakes_001.png
> copying images... [ 84%] auto_examples/segmentation/images/sphx_glr_plot_multiotsu_001.png
> copying images... [ 84%] auto_examples/segmentation/images/sphx_glr_plot_ncut_001.png
> copying images... [ 84%] auto_examples/segmentation/images/sphx_glr_plot_niblack_sauvola_001.png
> copying images... [ 84%] auto_examples/segmentation/images/sphx_glr_plot_peak_local_max_001.png
> copying images... [ 85%] auto_examples/segmentation/images/sphx_glr_plot_rag_001.png
> copying images... [ 85%] auto_examples/segmentation/images/sphx_glr_plot_rag_002.png
> copying images... [ 85%] auto_examples/segmentation/images/sphx_glr_plot_rag_003.png
> copying images... [ 86%] auto_examples/segmentation/images/sphx_glr_plot_rag_boundary_001.png
> copying images... [ 86%] auto_examples/segmentation/images/sphx_glr_plot_rag_draw_001.png
> copying images... [ 86%] auto_examples/segmentation/images/sphx_glr_plot_rag_mean_color_001.png
> copying images... [ 87%] auto_examples/segmentation/images/sphx_glr_plot_rag_merge_001.png
> copying images... [ 87%] auto_examples/segmentation/images/sphx_glr_plot_random_walker_segmentation_001.png
> copying images... [ 87%] auto_examples/segmentation/images/sphx_glr_plot_regionprops_001.png
> copying images... [ 87%] auto_examples/segmentation/images/sphx_glr_plot_segmentations_001.png
> copying images... [ 88%] auto_examples/segmentation/images/sphx_glr_plot_thresholding_001.png
> copying images... [ 88%] auto_examples/segmentation/images/sphx_glr_plot_thresholding_002.png
> copying images... [ 88%] auto_examples/segmentation/images/sphx_glr_plot_watershed_001.png
> copying images... [ 89%] auto_examples/transform/images/sphx_glr_plot_edge_modes_001.png
> copying images... [ 89%] auto_examples/transform/images/sphx_glr_plot_fundamental_matrix_001.png
> copying images... [ 89%] auto_examples/transform/images/sphx_glr_plot_masked_register_translation_001.png
> copying images... [ 89%] auto_examples/transform/images/sphx_glr_plot_masked_register_translation_002.png
> copying images... [ 90%] auto_examples/transform/images/sphx_glr_plot_matching_001.png
> copying images... [ 90%] auto_examples/transform/images/sphx_glr_plot_piecewise_affine_001.png
> copying images... [ 90%] auto_examples/transform/images/sphx_glr_plot_pyramid_001.png
> copying images... [ 91%] auto_examples/transform/images/sphx_glr_plot_radon_transform_001.png
> copying images... [ 91%] auto_examples/transform/images/sphx_glr_plot_radon_transform_002.png
> copying images... [ 91%] auto_examples/transform/images/sphx_glr_plot_radon_transform_003.png
> copying images... [ 92%] auto_examples/transform/images/sphx_glr_plot_ransac_001.png
> copying images... [ 92%] auto_examples/transform/images/sphx_glr_plot_ransac_002.png
> copying images... [ 92%] auto_examples/transform/images/sphx_glr_plot_register_rotation_001.png
> copying images... [ 92%] auto_examples/transform/images/sphx_glr_plot_register_rotation_002.png
> copying images... [ 93%] auto_examples/transform/images/sphx_glr_plot_register_translation_001.png
> copying images... [ 93%] auto_examples/transform/images/sphx_glr_plot_register_translation_002.png
> copying images... [ 93%] auto_examples/transform/images/sphx_glr_plot_rescale_001.png
> copying images... [ 94%] auto_examples/transform/images/sphx_glr_plot_ssim_001.png
> copying images... [ 94%] auto_examples/transform/images/sphx_glr_plot_swirl_001.png
> copying images... [ 94%] gitwash/branch_dropdown.png
> copying images... [ 94%] gitwash/pull_button.png
> copying images... [ 95%] gitwash/forking_button.png
> copying images... [ 95%] skips/_static/skip-flowchart.png
> copying images... [ 95%] user_guide/../auto_examples/numpy_operations/images/sphx_glr_plot_camera_numpy_001.png
> copying images... [ 96%] user_guide/../auto_examples/segmentation/images/sphx_glr_plot_join_segmentations_001.png
> copying images... [ 96%] user_guide/../auto_examples/color_exposure/images/sphx_glr_plot_equalize_001.png
> copying images... [ 96%] user_guide/../auto_examples/applications/images/sphx_glr_plot_coins_segmentation_001.png
> copying images... [ 97%] user_guide/../auto_examples/applications/images/sphx_glr_plot_coins_segmentation_002.png
> copying images... [ 97%] user_guide/../auto_examples/applications/images/sphx_glr_plot_coins_segmentation_003.png
> copying images... [ 97%] user_guide/../auto_examples/applications/images/sphx_glr_plot_coins_segmentation_004.png
> copying images... [ 97%] user_guide/../auto_examples/applications/images/sphx_glr_plot_coins_segmentation_005.png
> copying images... [ 98%] user_guide/data/elevation_map.jpg
> copying images... [ 98%] user_guide/../auto_examples/applications/images/sphx_glr_plot_coins_segmentation_006.png
> copying images... [ 98%] user_guide/../auto_examples/applications/images/sphx_glr_plot_coins_segmentation_007.png
> copying images... [ 99%] user_guide/../auto_examples/applications/images/sphx_glr_plot_coins_segmentation_008.png
> copying images... [ 99%] user_guide/../auto_examples/applications/images/sphx_glr_plot_coins_segmentation_009.png
> copying images... [ 99%] user_guide/data/denoise_viewer_window.png
> copying images... [100%] user_guide/data/denoise_plugin_window.png
> 
> copying downloadable files... [  0%] auto_examples/applications/plot_coins_segmentation.py
> copying downloadable files... [  0%] auto_examples/applications/plot_coins_segmentation.ipynb
> copying downloadable files... [  1%] auto_examples/applications/plot_face_detection.py
> copying downloadable files... [  1%] auto_examples/applications/plot_face_detection.ipynb
> copying downloadable files... [  2%] auto_examples/applications/plot_geometric.py
> copying downloadable files... [  2%] auto_examples/applications/plot_geometric.ipynb
> copying downloadable files... [  3%] auto_examples/applications/plot_haar_extraction_selection_classification.py
> copying downloadable files... [  3%] auto_examples/applications/plot_haar_extraction_selection_classification.ipynb
> copying downloadable files... [  4%] auto_examples/applications/plot_image_comparison.py
> copying downloadable files... [  4%] auto_examples/applications/plot_image_comparison.ipynb
> copying downloadable files... [  5%] auto_examples/applications/plot_morphology.py
> copying downloadable files... [  5%] auto_examples/applications/plot_morphology.ipynb
> copying downloadable files... [  6%] auto_examples/applications/plot_rank_filters.py
> copying downloadable files... [  6%] auto_examples/applications/plot_rank_filters.ipynb
> copying downloadable files... [  7%] auto_examples/applications/plot_thresholding.py
> copying downloadable files... [  7%] auto_examples/applications/plot_thresholding.ipynb
> copying downloadable files... [  8%] auto_examples/color_exposure/plot_adapt_rgb.py
> copying downloadable files... [  8%] auto_examples/color_exposure/plot_adapt_rgb.ipynb
> copying downloadable files... [  8%] auto_examples/color_exposure/plot_equalize.py
> copying downloadable files... [  9%] auto_examples/color_exposure/plot_equalize.ipynb
> copying downloadable files... [  9%] auto_examples/color_exposure/plot_histogram_matching.py
> copying downloadable files... [ 10%] auto_examples/color_exposure/plot_histogram_matching.ipynb
> copying downloadable files... [ 10%] auto_examples/color_exposure/plot_ihc_color_separation.py
> copying downloadable files... [ 11%] auto_examples/color_exposure/plot_ihc_color_separation.ipynb
> copying downloadable files... [ 11%] auto_examples/color_exposure/plot_local_equalize.py
> copying downloadable files... [ 12%] auto_examples/color_exposure/plot_local_equalize.ipynb
> copying downloadable files... [ 12%] auto_examples/color_exposure/plot_log_gamma.py
> copying downloadable files... [ 13%] auto_examples/color_exposure/plot_log_gamma.ipynb
> copying downloadable files... [ 13%] auto_examples/color_exposure/plot_regional_maxima.py
> copying downloadable files... [ 14%] auto_examples/color_exposure/plot_regional_maxima.ipynb
> copying downloadable files... [ 14%] auto_examples/color_exposure/plot_rgb_to_gray.py
> copying downloadable files... [ 15%] auto_examples/color_exposure/plot_rgb_to_gray.ipynb
> copying downloadable files... [ 15%] auto_examples/color_exposure/plot_rgb_to_hsv.py
> copying downloadable files... [ 16%] auto_examples/color_exposure/plot_rgb_to_hsv.ipynb
> copying downloadable files... [ 16%] auto_examples/color_exposure/plot_tinting_grayscale_images.py
> copying downloadable files... [ 16%] auto_examples/color_exposure/plot_tinting_grayscale_images.ipynb
> copying downloadable files... [ 17%] auto_examples/data/plot_general.py
> copying downloadable files... [ 17%] auto_examples/data/plot_general.ipynb
> copying downloadable files... [ 18%] auto_examples/data/plot_scientific.py
> copying downloadable files... [ 18%] auto_examples/data/plot_scientific.ipynb
> copying downloadable files... [ 19%] auto_examples/data/plot_specific.py
> copying downloadable files... [ 19%] auto_examples/data/plot_specific.ipynb
> copying downloadable files... [ 20%] auto_examples/developers/plot_max_tree.py
> copying downloadable files... [ 20%] auto_examples/developers/plot_max_tree.ipynb
> copying downloadable files... [ 21%] auto_examples/developers/plot_threshold_li.py
> copying downloadable files... [ 21%] auto_examples/developers/plot_threshold_li.ipynb
> copying downloadable files... [ 22%] auto_examples/edges/plot_active_contours.py
> copying downloadable files... [ 22%] auto_examples/edges/plot_active_contours.ipynb
> copying downloadable files... [ 23%] auto_examples/edges/plot_canny.py
> copying downloadable files... [ 23%] auto_examples/edges/plot_canny.ipynb
> copying downloadable files... [ 24%] auto_examples/edges/plot_circular_elliptical_hough_transform.py
> copying downloadable files... [ 24%] auto_examples/edges/plot_circular_elliptical_hough_transform.ipynb
> copying downloadable files... [ 25%] auto_examples/edges/plot_contours.py
> copying downloadable files... [ 25%] auto_examples/edges/plot_contours.ipynb
> copying downloadable files... [ 25%] auto_examples/edges/plot_convex_hull.py
> copying downloadable files... [ 26%] auto_examples/edges/plot_convex_hull.ipynb
> copying downloadable files... [ 26%] auto_examples/edges/plot_edge_filter.py
> copying downloadable files... [ 27%] auto_examples/edges/plot_edge_filter.ipynb
> copying downloadable files... [ 27%] auto_examples/edges/plot_line_hough_transform.py
> copying downloadable files... [ 28%] auto_examples/edges/plot_line_hough_transform.ipynb
> copying downloadable files... [ 28%] auto_examples/edges/plot_marching_cubes.py
> copying downloadable files... [ 29%] auto_examples/edges/plot_marching_cubes.ipynb
> copying downloadable files... [ 29%] auto_examples/edges/plot_polygon.py
> copying downloadable files... [ 30%] auto_examples/edges/plot_polygon.ipynb
> copying downloadable files... [ 30%] auto_examples/edges/plot_random_shapes.py
> copying downloadable files... [ 31%] auto_examples/edges/plot_random_shapes.ipynb
> copying downloadable files... [ 31%] auto_examples/edges/plot_ridge_filter.py
> copying downloadable files... [ 32%] auto_examples/edges/plot_ridge_filter.ipynb
> copying downloadable files... [ 32%] auto_examples/edges/plot_shapes.py
> copying downloadable files... [ 33%] auto_examples/edges/plot_shapes.ipynb
> copying downloadable files... [ 33%] auto_examples/edges/plot_skeleton.py
> copying downloadable files... [ 33%] auto_examples/edges/plot_skeleton.ipynb
> copying downloadable files... [ 34%] auto_examples/features_detection/plot_blob.py
> copying downloadable files... [ 34%] auto_examples/features_detection/plot_blob.ipynb
> copying downloadable files... [ 35%] auto_examples/features_detection/plot_brief.py
> copying downloadable files... [ 35%] auto_examples/features_detection/plot_brief.ipynb
> copying downloadable files... [ 36%] auto_examples/features_detection/plot_censure.py
> copying downloadable files... [ 36%] auto_examples/features_detection/plot_censure.ipynb
> copying downloadable files... [ 37%] auto_examples/features_detection/plot_corner.py
> copying downloadable files... [ 37%] auto_examples/features_detection/plot_corner.ipynb
> copying downloadable files... [ 38%] auto_examples/features_detection/plot_daisy.py
> copying downloadable files... [ 38%] auto_examples/features_detection/plot_daisy.ipynb
> copying downloadable files... [ 39%] auto_examples/features_detection/plot_gabor.py
> copying downloadable files... [ 39%] auto_examples/features_detection/plot_gabor.ipynb
> copying downloadable files... [ 40%] auto_examples/features_detection/plot_gabors_from_astronaut.py
> copying downloadable files... [ 40%] auto_examples/features_detection/plot_gabors_from_astronaut.ipynb
> copying downloadable files... [ 41%] auto_examples/features_detection/plot_glcm.py
> copying downloadable files... [ 41%] auto_examples/features_detection/plot_glcm.ipynb
> copying downloadable files... [ 41%] auto_examples/features_detection/plot_haar.py
> copying downloadable files... [ 42%] auto_examples/features_detection/plot_haar.ipynb
> copying downloadable files... [ 42%] auto_examples/features_detection/plot_hog.py
> copying downloadable files... [ 43%] auto_examples/features_detection/plot_hog.ipynb
> copying downloadable files... [ 43%] auto_examples/features_detection/plot_holes_and_peaks.py
> copying downloadable files... [ 44%] auto_examples/features_detection/plot_holes_and_peaks.ipynb
> copying downloadable files... [ 44%] auto_examples/features_detection/plot_local_binary_pattern.py
> copying downloadable files... [ 45%] auto_examples/features_detection/plot_local_binary_pattern.ipynb
> copying downloadable files... [ 45%] auto_examples/features_detection/plot_multiblock_local_binary_pattern.py
> copying downloadable files... [ 46%] auto_examples/features_detection/plot_multiblock_local_binary_pattern.ipynb
> copying downloadable files... [ 46%] auto_examples/features_detection/plot_orb.py
> copying downloadable files... [ 47%] auto_examples/features_detection/plot_orb.ipynb
> copying downloadable files... [ 47%] auto_examples/features_detection/plot_shape_index.py
> copying downloadable files... [ 48%] auto_examples/features_detection/plot_shape_index.ipynb
> copying downloadable files... [ 48%] auto_examples/features_detection/plot_template.py
> copying downloadable files... [ 49%] auto_examples/features_detection/plot_template.ipynb
> copying downloadable files... [ 49%] auto_examples/features_detection/plot_windowed_histogram.py
> copying downloadable files... [ 50%] auto_examples/features_detection/plot_windowed_histogram.ipynb
> copying downloadable files... [ 50%] auto_examples/filters/plot_attribute_operators.py
> copying downloadable files... [ 50%] auto_examples/filters/plot_attribute_operators.ipynb
> copying downloadable files... [ 51%] auto_examples/filters/plot_cycle_spinning.py
> copying downloadable files... [ 51%] auto_examples/filters/plot_cycle_spinning.ipynb
> copying downloadable files... [ 52%] auto_examples/filters/plot_deconvolution.py
> copying downloadable files... [ 52%] auto_examples/filters/plot_deconvolution.ipynb
> copying downloadable files... [ 53%] auto_examples/filters/plot_denoise.py
> copying downloadable files... [ 53%] auto_examples/filters/plot_denoise.ipynb
> copying downloadable files... [ 54%] auto_examples/filters/plot_denoise_wavelet.py
> copying downloadable files... [ 54%] auto_examples/filters/plot_denoise_wavelet.ipynb
> copying downloadable files... [ 55%] auto_examples/filters/plot_entropy.py
> copying downloadable files... [ 55%] auto_examples/filters/plot_entropy.ipynb
> copying downloadable files... [ 56%] auto_examples/filters/plot_hysteresis.py
> copying downloadable files... [ 56%] auto_examples/filters/plot_hysteresis.ipynb
> copying downloadable files... [ 57%] auto_examples/filters/plot_inpaint.py
> copying downloadable files... [ 57%] auto_examples/filters/plot_inpaint.ipynb
> copying downloadable files... [ 58%] auto_examples/filters/plot_nonlocal_means.py
> copying downloadable files... [ 58%] auto_examples/filters/plot_nonlocal_means.ipynb
> copying downloadable files... [ 58%] auto_examples/filters/plot_phase_unwrap.py
> copying downloadable files... [ 59%] auto_examples/filters/plot_phase_unwrap.ipynb
> copying downloadable files... [ 59%] auto_examples/filters/plot_rank_mean.py
> copying downloadable files... [ 60%] auto_examples/filters/plot_rank_mean.ipynb
> copying downloadable files... [ 60%] auto_examples/filters/plot_restoration.py
> copying downloadable files... [ 61%] auto_examples/filters/plot_restoration.ipynb
> copying downloadable files... [ 61%] auto_examples/filters/plot_unsharp_mask.py
> copying downloadable files... [ 62%] auto_examples/filters/plot_unsharp_mask.ipynb
> copying downloadable files... [ 62%] auto_examples/auto_examples_python.zip
> copying downloadable files... [ 63%] auto_examples/auto_examples_jupyter.zip
> copying downloadable files... [ 63%] auto_examples/numpy_operations/plot_camera_numpy.py
> copying downloadable files... [ 64%] auto_examples/numpy_operations/plot_camera_numpy.ipynb
> copying downloadable files... [ 64%] auto_examples/numpy_operations/plot_view_as_blocks.py
> copying downloadable files... [ 65%] auto_examples/numpy_operations/plot_view_as_blocks.ipynb
> copying downloadable files... [ 65%] auto_examples/segmentation/plot_boundary_merge.py
> copying downloadable files... [ 66%] auto_examples/segmentation/plot_boundary_merge.ipynb
> copying downloadable files... [ 66%] auto_examples/segmentation/plot_chan_vese.py
> copying downloadable files... [ 66%] auto_examples/segmentation/plot_chan_vese.ipynb
> copying downloadable files... [ 67%] auto_examples/segmentation/plot_compact_watershed.py
> copying downloadable files... [ 67%] auto_examples/segmentation/plot_compact_watershed.ipynb
> copying downloadable files... [ 68%] auto_examples/segmentation/plot_extrema.py
> copying downloadable files... [ 68%] auto_examples/segmentation/plot_extrema.ipynb
> copying downloadable files... [ 69%] auto_examples/segmentation/plot_floodfill.py
> copying downloadable files... [ 69%] auto_examples/segmentation/plot_floodfill.ipynb
> copying downloadable files... [ 70%] auto_examples/segmentation/plot_join_segmentations.py
> copying downloadable files... [ 70%] auto_examples/segmentation/plot_join_segmentations.ipynb
> copying downloadable files... [ 71%] auto_examples/segmentation/plot_label.py
> copying downloadable files... [ 71%] auto_examples/segmentation/plot_label.ipynb
> copying downloadable files... [ 72%] auto_examples/segmentation/plot_marked_watershed.py
> copying downloadable files... [ 72%] auto_examples/segmentation/plot_marked_watershed.ipynb
> copying downloadable files... [ 73%] auto_examples/segmentation/plot_metrics.py
> copying downloadable files... [ 73%] auto_examples/segmentation/plot_metrics.ipynb
> copying downloadable files... [ 74%] auto_examples/segmentation/plot_morphsnakes.py
> copying downloadable files... [ 74%] auto_examples/segmentation/plot_morphsnakes.ipynb
> copying downloadable files... [ 75%] auto_examples/segmentation/plot_multiotsu.py
> copying downloadable files... [ 75%] auto_examples/segmentation/plot_multiotsu.ipynb
> copying downloadable files... [ 75%] auto_examples/segmentation/plot_ncut.py
> copying downloadable files... [ 76%] auto_examples/segmentation/plot_ncut.ipynb
> copying downloadable files... [ 76%] auto_examples/segmentation/plot_niblack_sauvola.py
> copying downloadable files... [ 77%] auto_examples/segmentation/plot_niblack_sauvola.ipynb
> copying downloadable files... [ 77%] auto_examples/segmentation/plot_peak_local_max.py
> copying downloadable files... [ 78%] auto_examples/segmentation/plot_peak_local_max.ipynb
> copying downloadable files... [ 78%] auto_examples/segmentation/plot_rag.py
> copying downloadable files... [ 79%] auto_examples/segmentation/plot_rag.ipynb
> copying downloadable files... [ 79%] auto_examples/segmentation/plot_rag_boundary.py
> copying downloadable files... [ 80%] auto_examples/segmentation/plot_rag_boundary.ipynb
> copying downloadable files... [ 80%] auto_examples/segmentation/plot_rag_draw.py
> copying downloadable files... [ 81%] auto_examples/segmentation/plot_rag_draw.ipynb
> copying downloadable files... [ 81%] auto_examples/segmentation/plot_rag_mean_color.py
> copying downloadable files... [ 82%] auto_examples/segmentation/plot_rag_mean_color.ipynb
> copying downloadable files... [ 82%] auto_examples/segmentation/plot_rag_merge.py
> copying downloadable files... [ 83%] auto_examples/segmentation/plot_rag_merge.ipynb
> copying downloadable files... [ 83%] auto_examples/segmentation/plot_random_walker_segmentation.py
> copying downloadable files... [ 83%] auto_examples/segmentation/plot_random_walker_segmentation.ipynb
> copying downloadable files... [ 84%] auto_examples/segmentation/plot_regionprops.py
> copying downloadable files... [ 84%] auto_examples/segmentation/plot_regionprops.ipynb
> copying downloadable files... [ 85%] auto_examples/segmentation/plot_segmentations.py
> copying downloadable files... [ 85%] auto_examples/segmentation/plot_segmentations.ipynb
> copying downloadable files... [ 86%] auto_examples/segmentation/plot_thresholding.py
> copying downloadable files... [ 86%] auto_examples/segmentation/plot_thresholding.ipynb
> copying downloadable files... [ 87%] auto_examples/segmentation/plot_watershed.py
> copying downloadable files... [ 87%] auto_examples/segmentation/plot_watershed.ipynb
> copying downloadable files... [ 88%] auto_examples/transform/plot_edge_modes.py
> copying downloadable files... [ 88%] auto_examples/transform/plot_edge_modes.ipynb
> copying downloadable files... [ 89%] auto_examples/transform/plot_fundamental_matrix.py
> copying downloadable files... [ 89%] auto_examples/transform/plot_fundamental_matrix.ipynb
> copying downloadable files... [ 90%] auto_examples/transform/plot_masked_register_translation.py
> copying downloadable files... [ 90%] auto_examples/transform/plot_masked_register_translation.ipynb
> copying downloadable files... [ 91%] auto_examples/transform/plot_matching.py
> copying downloadable files... [ 91%] auto_examples/transform/plot_matching.ipynb
> copying downloadable files... [ 91%] auto_examples/transform/plot_piecewise_affine.py
> copying downloadable files... [ 92%] auto_examples/transform/plot_piecewise_affine.ipynb
> copying downloadable files... [ 92%] auto_examples/transform/plot_pyramid.py
> copying downloadable files... [ 93%] auto_examples/transform/plot_pyramid.ipynb
> copying downloadable files... [ 93%] auto_examples/transform/plot_radon_transform.py
> copying downloadable files... [ 94%] auto_examples/transform/plot_radon_transform.ipynb
> copying downloadable files... [ 94%] auto_examples/transform/plot_ransac.py
> copying downloadable files... [ 95%] auto_examples/transform/plot_ransac.ipynb
> copying downloadable files... [ 95%] auto_examples/transform/plot_register_rotation.py
> copying downloadable files... [ 96%] auto_examples/transform/plot_register_rotation.ipynb
> copying downloadable files... [ 96%] auto_examples/transform/plot_register_translation.py
> copying downloadable files... [ 97%] auto_examples/transform/plot_register_translation.ipynb
> copying downloadable files... [ 97%] auto_examples/transform/plot_rescale.py
> copying downloadable files... [ 98%] auto_examples/transform/plot_rescale.ipynb
> copying downloadable files... [ 98%] auto_examples/transform/plot_ssim.py
> copying downloadable files... [ 99%] auto_examples/transform/plot_ssim.ipynb
> copying downloadable files... [ 99%] auto_examples/transform/plot_swirl.py
> copying downloadable files... [100%] auto_examples/transform/plot_swirl.ipynb
> 
> copying static files... ... done
> copying extra files... done
> dumping search index in English (code: en)... done
> dumping object inventory... done
> build succeeded, 20 warnings.
> 
> The HTML pages are in build/html.
> 
> Sphinx-gallery successfully executed 105 out of 105 files subselected by:
> 
>     gallery_conf["filename_pattern"] = '/plot'
>     gallery_conf["ignore_pattern"]   = '__init__\\.py'
> 
> after excluding 0 files that had previously been run (based on MD5).
> 
> embedding documentation hyperlinks...
> embedding documentation hyperlinks for auto_examples... [  0%] index.html
> embedding documentation hyperlinks for auto_examples... [  1%] plot_rank_mean.html
> embedding documentation hyperlinks for auto_examples... [  2%] plot_restoration.html
> embedding documentation hyperlinks for auto_examples... [  3%] plot_denoise_wavelet.html
> embedding documentation hyperlinks for auto_examples... [  4%] plot_unsharp_mask.html
> embedding documentation hyperlinks for auto_examples... [  5%] plot_entropy.html
> embedding documentation hyperlinks for auto_examples... [  6%] plot_attribute_operators.html
> embedding documentation hyperlinks for auto_examples... [  6%] plot_inpaint.html
> embedding documentation hyperlinks for auto_examples... [  7%] plot_denoise.html
> embedding documentation hyperlinks for auto_examples... [  8%] plot_phase_unwrap.html
> embedding documentation hyperlinks for auto_examples... [  9%] sg_execution_times.html
> embedding documentation hyperlinks for auto_examples... [ 10%] plot_hysteresis.html
> embedding documentation hyperlinks for auto_examples... [ 11%] plot_deconvolution.html
> embedding documentation hyperlinks for auto_examples... [ 12%] plot_nonlocal_means.html
> embedding documentation hyperlinks for auto_examples... [ 12%] plot_cycle_spinning.html
> embedding documentation hyperlinks for auto_examples... [ 13%] plot_holes_and_peaks.html
> embedding documentation hyperlinks for auto_examples... [ 14%] plot_censure.html
> embedding documentation hyperlinks for auto_examples... [ 15%] plot_daisy.html
> embedding documentation hyperlinks for auto_examples... [ 16%] plot_haar.html
> embedding documentation hyperlinks for auto_examples... [ 17%] plot_shape_index.html
> embedding documentation hyperlinks for auto_examples... [ 18%] plot_gabors_from_astronaut.html
> embedding documentation hyperlinks for auto_examples... [ 18%] plot_brief.html
> embedding documentation hyperlinks for auto_examples... [ 19%] plot_windowed_histogram.html
> embedding documentation hyperlinks for auto_examples... [ 20%] plot_local_binary_pattern.html
> embedding documentation hyperlinks for auto_examples... [ 21%] sg_execution_times.html
> embedding documentation hyperlinks for auto_examples... [ 22%] plot_blob.html
> embedding documentation hyperlinks for auto_examples... [ 23%] plot_template.html
> embedding documentation hyperlinks for auto_examples... [ 24%] plot_multiblock_local_binary_pattern.html
> embedding documentation hyperlinks for auto_examples... [ 25%] plot_glcm.html
> embedding documentation hyperlinks for auto_examples... [ 25%] plot_orb.html
> embedding documentation hyperlinks for auto_examples... [ 26%] plot_hog.html
> embedding documentation hyperlinks for auto_examples... [ 27%] plot_gabor.html
> embedding documentation hyperlinks for auto_examples... [ 28%] plot_corner.html
> embedding documentation hyperlinks for auto_examples... [ 29%] plot_specific.html
> embedding documentation hyperlinks for auto_examples... [ 30%] plot_general.html
> embedding documentation hyperlinks for auto_examples... [ 31%] sg_execution_times.html
> embedding documentation hyperlinks for auto_examples... [ 31%] plot_scientific.html
> embedding documentation hyperlinks for auto_examples... [ 32%] plot_max_tree.html
> embedding documentation hyperlinks for auto_examples... [ 33%] plot_threshold_li.html
> embedding documentation hyperlinks for auto_examples... [ 34%] sg_execution_times.html
> embedding documentation hyperlinks for auto_examples... [ 35%] plot_image_comparison.html
> embedding documentation hyperlinks for auto_examples... [ 36%] plot_thresholding.html
> embedding documentation hyperlinks for auto_examples... [ 37%] plot_rank_filters.html
> embedding documentation hyperlinks for auto_examples... [ 37%] plot_haar_extraction_selection_classification.html
> embedding documentation hyperlinks for auto_examples... [ 38%] plot_coins_segmentation.html
> embedding documentation hyperlinks for auto_examples... [ 39%] plot_geometric.html
> embedding documentation hyperlinks for auto_examples... [ 40%] sg_execution_times.html
> embedding documentation hyperlinks for auto_examples... [ 41%] plot_morphology.html
> embedding documentation hyperlinks for auto_examples... [ 42%] plot_face_detection.html
> embedding documentation hyperlinks for auto_examples... [ 43%] plot_polygon.html
> embedding documentation hyperlinks for auto_examples... [ 43%] plot_contours.html
> embedding documentation hyperlinks for auto_examples... [ 44%] plot_ridge_filter.html
> embedding documentation hyperlinks for auto_examples... [ 45%] plot_convex_hull.html
> embedding documentation hyperlinks for auto_examples... [ 46%] plot_active_contours.html
> embedding documentation hyperlinks for auto_examples... [ 47%] plot_marching_cubes.html
> embedding documentation hyperlinks for auto_examples... [ 48%] plot_skeleton.html
> embedding documentation hyperlinks for auto_examples... [ 49%] sg_execution_times.html
> embedding documentation hyperlinks for auto_examples... [ 50%] plot_shapes.html
> embedding documentation hyperlinks for auto_examples... [ 50%] plot_line_hough_transform.html
> embedding documentation hyperlinks for auto_examples... [ 51%] plot_edge_filter.html
> embedding documentation hyperlinks for auto_examples... [ 52%] plot_canny.html
> embedding documentation hyperlinks for auto_examples... [ 53%] plot_circular_elliptical_hough_transform.html
> embedding documentation hyperlinks for auto_examples... [ 54%] plot_random_shapes.html
> embedding documentation hyperlinks for auto_examples... [ 55%] plot_floodfill.html
> embedding documentation hyperlinks for auto_examples... [ 56%] plot_thresholding.html
> embedding documentation hyperlinks for auto_examples... [ 56%] plot_regionprops.html
> embedding documentation hyperlinks for auto_examples... [ 57%] plot_multiotsu.html
> embedding documentation hyperlinks for auto_examples... [ 58%] plot_chan_vese.html
> embedding documentation hyperlinks for auto_examples... [ 59%] plot_extrema.html
> embedding documentation hyperlinks for auto_examples... [ 60%] plot_watershed.html
> embedding documentation hyperlinks for auto_examples... [ 61%] plot_compact_watershed.html
> embedding documentation hyperlinks for auto_examples... [ 62%] plot_marked_watershed.html
> embedding documentation hyperlinks for auto_examples... [ 62%] plot_boundary_merge.html
> embedding documentation hyperlinks for auto_examples... [ 63%] plot_rag_merge.html
> embedding documentation hyperlinks for auto_examples... [ 64%] plot_segmentations.html
> embedding documentation hyperlinks for auto_examples... [ 65%] plot_metrics.html
> embedding documentation hyperlinks for auto_examples... [ 66%] plot_ncut.html
> embedding documentation hyperlinks for auto_examples... [ 67%] plot_rag_draw.html
> embedding documentation hyperlinks for auto_examples... [ 68%] sg_execution_times.html
> embedding documentation hyperlinks for auto_examples... [ 68%] plot_random_walker_segmentation.html
> embedding documentation hyperlinks for auto_examples... [ 69%] plot_rag_mean_color.html
> embedding documentation hyperlinks for auto_examples... [ 70%] plot_niblack_sauvola.html
> embedding documentation hyperlinks for auto_examples... [ 71%] plot_morphsnakes.html
> embedding documentation hyperlinks for auto_examples... [ 72%] plot_join_segmentations.html
> embedding documentation hyperlinks for auto_examples... [ 73%] plot_label.html
> embedding documentation hyperlinks for auto_examples... [ 74%] plot_rag_boundary.html
> embedding documentation hyperlinks for auto_examples... [ 75%] plot_rag.html
> embedding documentation hyperlinks for auto_examples... [ 75%] plot_peak_local_max.html
> embedding documentation hyperlinks for auto_examples... [ 76%] plot_rescale.html
> embedding documentation hyperlinks for auto_examples... [ 77%] plot_edge_modes.html
> embedding documentation hyperlinks for auto_examples... [ 78%] plot_register_translation.html
> embedding documentation hyperlinks for auto_examples... [ 79%] plot_swirl.html
> embedding documentation hyperlinks for auto_examples... [ 80%] plot_register_rotation.html
> embedding documentation hyperlinks for auto_examples... [ 81%] plot_pyramid.html
> embedding documentation hyperlinks for auto_examples... [ 81%] plot_piecewise_affine.html
> embedding documentation hyperlinks for auto_examples... [ 82%] plot_radon_transform.html
> embedding documentation hyperlinks for auto_examples... [ 83%] plot_fundamental_matrix.html
> embedding documentation hyperlinks for auto_examples... [ 84%] plot_ssim.html
> embedding documentation hyperlinks for auto_examples... [ 85%] sg_execution_times.html
> embedding documentation hyperlinks for auto_examples... [ 86%] plot_ransac.html
> embedding documentation hyperlinks for auto_examples... [ 87%] plot_masked_register_translation.html
> embedding documentation hyperlinks for auto_examples... [ 87%] plot_matching.html
> embedding documentation hyperlinks for auto_examples... [ 88%] plot_adapt_rgb.html
> embedding documentation hyperlinks for auto_examples... [ 89%] plot_rgb_to_hsv.html
> embedding documentation hyperlinks for auto_examples... [ 90%] plot_log_gamma.html
> embedding documentation hyperlinks for auto_examples... [ 91%] plot_ihc_color_separation.html
> embedding documentation hyperlinks for auto_examples... [ 92%] plot_equalize.html
> embedding documentation hyperlinks for auto_examples... [ 93%] plot_local_equalize.html
> embedding documentation hyperlinks for auto_examples... [ 93%] sg_execution_times.html
> embedding documentation hyperlinks for auto_examples... [ 94%] plot_tinting_grayscale_images.html
> embedding documentation hyperlinks for auto_examples... [ 95%] plot_rgb_to_gray.html
> embedding documentation hyperlinks for auto_examples... [ 96%] plot_histogram_matching.html
> embedding documentation hyperlinks for auto_examples... [ 97%] plot_regional_maxima.html
> embedding documentation hyperlinks for auto_examples... [ 98%] plot_view_as_blocks.html
> embedding documentation hyperlinks for auto_examples... [ 99%] sg_execution_times.html
> embedding documentation hyperlinks for auto_examples... [100%] plot_camera_numpy.html
> 
> cp -r source/plots build/html
> 
> Build finished. The HTML pages are in build/html.
> python3.8 source/random_gallery.py
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/doc'
> dh_installdocs -A CONTRIBUTORS.txt README.md CONTRIBUTING.txt
> dh_installdocs: warning: Cannot auto-detect main package for python-skimage-doc.  If the default is wrong, please use --doc-main-package
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_installdocs -O--buildsystem=pybuild -Npython3-skimage -Npython-skimage-doc
>    debian/rules override_dh_sphinxdoc-indep
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_sphinxdoc -XMathJax.js
> dh_sphinxdoc: error: debian/python-skimage-doc/usr/share/doc/python-skimage-doc/html/./../dev/_static/docversions.js is missing
> make[1]: *** [debian/rules:99: override_dh_sphinxdoc-indep] Error 25

The full build log is available from:
   http://qa-logs.debian.net/2020/03/26/skimage_0.16.2-2_unstable_sphinx243.log

Please see [1] for Sphinx changelog, which may give a hint of what changes in
Sphinx caused this error.

Also see [2] for the list of deprecated/removed APIs and possible alternatives
to them.

Sphinx 2.4 is going to be uploaded to unstable in a couple of weeks. When that
happens, the severity of this bug will be bumped to serious.

In case you have questions, please Cc sphinx at packages.debian.org on reply.

[1]: https://www.sphinx-doc.org/en/2.0/changes.html
[2]: https://www.sphinx-doc.org/en/2.0/extdev/deprecated.html#dev-deprecated-apis

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



More information about the debian-science-maintainers mailing list