-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
Cannot build docs using docutils 0.9.1 #1140
Copy link
Copy link
Closed
Description
I tried to build the scikit-learn docs for version 0.12 using Python 2.7.3 and Sphinx 1.1.3 on OSX 10.8 with the command make html-noplot but Sphinx fails with the following stacktrace:
# Sphinx version: 1.1.3
# Python version: 2.7.3
# Docutils version: 0.9.1 release
# Jinja2 version: 2.6
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/sphinx/cmdline.py", line 189, in main
app.build(force_all, filenames)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/sphinx/application.py", line 204, in build
self.builder.build_update()
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/sphinx/builders/__init__.py", line 196, in build_update
'out of date' % len(to_build))
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/sphinx/builders/__init__.py", line 252, in build
self.write(docnames, list(updated_docnames), method)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/sphinx/builders/__init__.py", line 292, in write
self.write_doc(docname, doctree)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/sphinx/builders/html.py", line 419, in write_doc
self.docwriter.write(doctree, destination)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/docutils/writers/__init__.py", line 77, in write
self.translate()
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/sphinx/writers/html.py", line 38, in translate
self.document.walkabout(visitor)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/docutils/nodes.py", line 173, in walkabout
if child.walkabout(visitor):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/docutils/nodes.py", line 173, in walkabout
if child.walkabout(visitor):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/docutils/nodes.py", line 173, in walkabout
if child.walkabout(visitor):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/docutils/nodes.py", line 173, in walkabout
if child.walkabout(visitor):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/docutils/nodes.py", line 173, in walkabout
if child.walkabout(visitor):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/docutils/nodes.py", line 173, in walkabout
if child.walkabout(visitor):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/docutils/nodes.py", line 165, in walkabout
visitor.dispatch_visit(self)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/docutils/nodes.py", line 1611, in dispatch_visit
return method(node)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/sphinx/writers/html.py", line 377, in visit_image
BaseTranslator.visit_image(self, node)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/docutils/writers/html4css1/__init__.py", line 1026, in visit_image
and self.settings.file_insertion_enabled):
AttributeError: Values instance has no attribute 'file_insertion_enabled'I've already posted this to the Sphinx issue tracker and also tried a possible fix stated in this issue but to no avail.
The following is the whole console output that Sphinx gives me. A lot of image files are not readable. Why is this the case?
Peter$ make html-noplot
sphinx-build -D plot_gallery=False -b html -d _build/doctrees . _build/html
Making output directory...
Running Sphinx v1.1.3
loading pickled environment... not yet created
[autosummary] generating autosummary for: about.rst, data_transforms.rst, datasets/index.rst, developers/debugging.rst, developers/index.rst, developers/performance.rst, developers/utilities.rst, index.rst, install.rst, model_selection.rst, ..., tutorial/statistical_inference/finding_help.rst, tutorial/statistical_inference/index.rst, tutorial/statistical_inference/model_selection.rst, tutorial/statistical_inference/putting_together.rst, tutorial/statistical_inference/settings.rst, tutorial/statistical_inference/supervised_learning.rst, tutorial/statistical_inference/unsupervised_learning.rst, unsupervised_learning.rst, user_guide.rst, whats_new.rst
[autosummary] generating autosummary for: /Users/Peter/Downloads/scikit-learn-0.12/doc/modules/generated/sklearn.cluster.AffinityPropagation.rst, /Users/Peter/Downloads/scikit-learn-0.12/doc/modules/generated/sklearn.cluster.DBSCAN.rst, /Users/Peter/Downloads/scikit-learn-0.12/doc/modules/generated/sklearn.cluster.KMeans.rst, /Users/Peter/Downloads/scikit-learn-0.12/doc/modules/generated/sklearn.cluster.MeanShift.rst, /Users/Peter/Downloads/scikit-learn-0.12/doc/modules/generated/sklearn.cluster.MiniBatchKMeans.rst, /Users/Peter/Downloads/scikit-learn-0.12/doc/modules/generated/sklearn.cluster.SpectralClustering.rst, /Users/Peter/Downloads/scikit-learn-0.12/doc/modules/generated/sklearn.cluster.Ward.rst, /Users/Peter/Downloads/scikit-learn-0.12/doc/modules/generated/sklearn.cluster.affinity_propagation.rst, /Users/Peter/Downloads/scikit-learn-0.12/doc/modules/generated/sklearn.cluster.estimate_bandwidth.rst, /Users/Peter/Downloads/scikit-learn-0.12/doc/modules/generated/sklearn.cluster.k_means.rst, ..., /Users/Peter/Downloads/scikit-learn-0.12/doc/modules/generated/sklearn.svm.libsvm.predict.rst, /Users/Peter/Downloads/scikit-learn-0.12/doc/modules/generated/sklearn.svm.libsvm.predict_proba.rst, /Users/Peter/Downloads/scikit-learn-0.12/doc/modules/generated/sklearn.tree.DecisionTreeClassifier.rst, /Users/Peter/Downloads/scikit-learn-0.12/doc/modules/generated/sklearn.tree.DecisionTreeRegressor.rst, /Users/Peter/Downloads/scikit-learn-0.12/doc/modules/generated/sklearn.tree.ExtraTreeClassifier.rst, /Users/Peter/Downloads/scikit-learn-0.12/doc/modules/generated/sklearn.tree.ExtraTreeRegressor.rst, /Users/Peter/Downloads/scikit-learn-0.12/doc/modules/generated/sklearn.tree.export_graphviz.rst, /Users/Peter/Downloads/scikit-learn-0.12/doc/modules/generated/sklearn.utils.check_random_state.rst, /Users/Peter/Downloads/scikit-learn-0.12/doc/modules/generated/sklearn.utils.resample.rst, /Users/Peter/Downloads/scikit-learn-0.12/doc/modules/generated/sklearn.utils.shuffle.rst
building [html]: targets for 53 source files that are out of date
updating environment: 458 added, 0 changed, 0 removed
reading sources... [100%] whats_new
/Users/Peter/Downloads/scikit-learn-0.12/doc/datasets/index.rst:None: WARNING: image file not readable: datasets/../auto_examples/cluster/images/plot_color_quantization_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/datasets/index.rst:None: WARNING: image file not readable: datasets/../auto_examples/datasets/images/plot_random_dataset_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/index.rst:24: WARNING: image file not readable: auto_examples/svm/images/plot_oneclass_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/index.rst:28: WARNING: image file not readable: auto_examples/cluster/images/plot_ward_structured_vs_unstructured_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/index.rst:32: WARNING: image file not readable: auto_examples/gaussian_process/images/plot_gp_regression_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/index.rst:36: WARNING: image file not readable: auto_examples/cluster/images/plot_lena_ward_segmentation_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/index.rst:40: WARNING: image file not readable: auto_examples/svm/images/plot_svm_nonlinear_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/index.rst:44: WARNING: image file not readable: auto_examples/applications/images/plot_species_distribution_modeling_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/index.rst:48: WARNING: image file not readable: auto_examples/gaussian_process/images/plot_gp_probabilistic_classification_after_regression_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/index.rst:52: WARNING: image file not readable: auto_examples/ensemble/images/plot_forest_importances_faces_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/index.rst:56: WARNING: image file not readable: auto_examples/svm/images/plot_weighted_samples_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/index.rst:60: WARNING: image file not readable: auto_examples/linear_model/images/plot_sgd_weighted_samples_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/index.rst:64: WARNING: image file not readable: auto_examples/cluster/images/plot_kmeans_digits_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/index.rst:68: WARNING: image file not readable: auto_examples/decomposition/images/plot_faces_decomposition_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/index.rst:72: WARNING: image file not readable: auto_examples/decomposition/images/plot_faces_decomposition_3.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/index.rst:76: WARNING: image file not readable: auto_examples/images/plot_lda_qda_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/index.rst:80: WARNING: image file not readable: auto_examples/cluster/images/plot_cluster_comparison_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/index.rst:113: WARNING: image file not readable: auto_examples/svm/images/plot_oneclass_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/index.rst:113: WARNING: image file not readable: auto_examples/cluster/images/plot_ward_structured_vs_unstructured_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/index.rst:113: WARNING: image file not readable: auto_examples/gaussian_process/images/plot_gp_regression_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/index.rst:113: WARNING: image file not readable: auto_examples/cluster/images/plot_lena_ward_segmentation_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/index.rst:113: WARNING: image file not readable: auto_examples/svm/images/plot_svm_nonlinear_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/index.rst:113: WARNING: image file not readable: auto_examples/applications/images/plot_species_distribution_modeling_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/index.rst:113: WARNING: image file not readable: auto_examples/gaussian_process/images/plot_gp_probabilistic_classification_after_regression_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/index.rst:113: WARNING: image file not readable: auto_examples/ensemble/images/plot_forest_importances_faces_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/index.rst:113: WARNING: image file not readable: auto_examples/svm/images/plot_weighted_samples_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/index.rst:113: WARNING: image file not readable: auto_examples/linear_model/images/plot_sgd_weighted_samples_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/index.rst:113: WARNING: image file not readable: auto_examples/cluster/images/plot_kmeans_digits_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/index.rst:113: WARNING: image file not readable: auto_examples/decomposition/images/plot_faces_decomposition_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/index.rst:113: WARNING: image file not readable: auto_examples/decomposition/images/plot_faces_decomposition_3.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/index.rst:113: WARNING: image file not readable: auto_examples/images/plot_lda_qda_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/classes.rst:43: WARNING: toctree references unknown document u'modules/generated/sklearn.cluster.dbscan'
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/classes.rst:81: WARNING: toctree references unknown document u'modules/generated/sklearn.covariance.oas'
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/classes.rst:224: WARNING: toctree references unknown document u'modules/generated/sklearn.decomposition.fastica'
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/classes.rst:2: WARNING: Literal block expected; none found.
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/classes.rst:2: WARNING: Literal block expected; none found.
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/classes.rst:2: WARNING: Literal block expected; none found.
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/classes.rst:2: WARNING: Literal block expected; none found.
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/clustering.rst:None: WARNING: image file not readable: modules/../auto_examples/cluster/images/plot_cluster_comparison_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/clustering.rst:None: WARNING: image file not readable: modules/../auto_examples/cluster/images/plot_mini_batch_kmeans_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/clustering.rst:None: WARNING: image file not readable: modules/../auto_examples/cluster/images/plot_affinity_propagation_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/clustering.rst:None: WARNING: image file not readable: modules/../auto_examples/cluster/images/plot_mean_shift_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/clustering.rst:244: WARNING: image file not readable: modules/../auto_examples/cluster/images/plot_segmentation_toy_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/clustering.rst:248: WARNING: image file not readable: modules/../auto_examples/cluster/images/plot_segmentation_toy_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/clustering.rst:253: WARNING: image file not readable: modules/../auto_examples/cluster/images/plot_segmentation_toy_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/clustering.rst:253: WARNING: image file not readable: modules/../auto_examples/cluster/images/plot_segmentation_toy_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/clustering.rst:330: WARNING: image file not readable: modules/../auto_examples/cluster/images/plot_ward_structured_vs_unstructured_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/clustering.rst:334: WARNING: image file not readable: modules/../auto_examples/cluster/images/plot_ward_structured_vs_unstructured_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/clustering.rst:340: WARNING: image file not readable: modules/../auto_examples/cluster/images/plot_ward_structured_vs_unstructured_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/clustering.rst:340: WARNING: image file not readable: modules/../auto_examples/cluster/images/plot_ward_structured_vs_unstructured_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/clustering.rst:384: WARNING: image file not readable: modules/../auto_examples/cluster/images/plot_dbscan_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/clustering.rst:389: WARNING: image file not readable: modules/../auto_examples/cluster/images/plot_dbscan_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/clustering.rst:None: WARNING: image file not readable: modules/../auto_examples/cluster/images/plot_adjusted_for_chance_measures_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/covariance.rst:None: WARNING: image file not readable: modules/../auto_examples/covariance/images/plot_covariance_estimation_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/covariance.rst:None: WARNING: image file not readable: modules/../auto_examples/covariance/images/plot_lw_vs_oas_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/covariance.rst:None: WARNING: image file not readable: modules/../auto_examples/covariance/images/plot_sparse_cov_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/covariance.rst:302: WARNING: image file not readable: modules/../auto_examples/covariance/images/plot_robust_vs_empirical_covariance_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/covariance.rst:306: WARNING: image file not readable: modules/../auto_examples/covariance/images/plot_mahalanobis_distances_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/covariance.rst:320: WARNING: image file not readable: modules/../auto_examples/covariance/images/plot_robust_vs_empirical_covariance_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/covariance.rst:321: WARNING: image file not readable: modules/../auto_examples/covariance/images/plot_mahalanobis_distances_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/decomposition.rst:None: WARNING: image file not readable: modules/../auto_examples/decomposition/images/plot_pca_vs_lda_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/decomposition.rst:81: WARNING: image file not readable: modules/../auto_examples/decomposition/images/plot_faces_decomposition_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/decomposition.rst:85: WARNING: image file not readable: modules/../auto_examples/decomposition/images/plot_faces_decomposition_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/decomposition.rst:90: WARNING: image file not readable: modules/../auto_examples/decomposition/images/plot_faces_decomposition_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/decomposition.rst:90: WARNING: image file not readable: modules/../auto_examples/decomposition/images/plot_faces_decomposition_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/decomposition.rst:None: WARNING: image file not readable: modules/../auto_examples/decomposition/images/plot_kernel_pca_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/decomposition.rst:189: WARNING: image file not readable: modules/../auto_examples/decomposition/images/plot_faces_decomposition_5.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/decomposition.rst:194: WARNING: image file not readable: modules/../auto_examples/decomposition/images/plot_faces_decomposition_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/decomposition.rst:194: WARNING: image file not readable: modules/../auto_examples/decomposition/images/plot_faces_decomposition_5.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/decomposition.rst:312: WARNING: image file not readable: modules/../auto_examples/decomposition/images/plot_faces_decomposition_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/decomposition.rst:316: WARNING: image file not readable: modules/../auto_examples/decomposition/images/plot_faces_decomposition_6.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/decomposition.rst:322: WARNING: image file not readable: modules/../auto_examples/decomposition/images/plot_faces_decomposition_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/decomposition.rst:322: WARNING: image file not readable: modules/../auto_examples/decomposition/images/plot_faces_decomposition_6.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/decomposition.rst:None: WARNING: image file not readable: modules/../auto_examples/decomposition/images/plot_image_denoising_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/decomposition.rst:None: WARNING: image file not readable: modules/../auto_examples/decomposition/images/plot_ica_blind_source_separation_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/decomposition.rst:390: WARNING: image file not readable: modules/../auto_examples/decomposition/images/plot_faces_decomposition_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/decomposition.rst:394: WARNING: image file not readable: modules/../auto_examples/decomposition/images/plot_faces_decomposition_4.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/decomposition.rst:399: WARNING: image file not readable: modules/../auto_examples/decomposition/images/plot_faces_decomposition_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/decomposition.rst:399: WARNING: image file not readable: modules/../auto_examples/decomposition/images/plot_faces_decomposition_4.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/decomposition.rst:427: WARNING: image file not readable: modules/../auto_examples/decomposition/images/plot_faces_decomposition_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/decomposition.rst:431: WARNING: image file not readable: modules/../auto_examples/decomposition/images/plot_faces_decomposition_3.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/decomposition.rst:437: WARNING: image file not readable: modules/../auto_examples/decomposition/images/plot_faces_decomposition_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/decomposition.rst:437: WARNING: image file not readable: modules/../auto_examples/decomposition/images/plot_faces_decomposition_3.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/ensemble.rst:None: WARNING: image file not readable: modules/../auto_examples/ensemble/images/plot_forest_iris_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/ensemble.rst:None: WARNING: image file not readable: modules/../auto_examples/ensemble/images/plot_forest_importances_faces_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/ensemble.rst:None: WARNING: image file not readable: modules/../auto_examples/ensemble/images/plot_gradient_boosting_regression_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/ensemble.rst:None: WARNING: image file not readable: modules/../auto_examples/ensemble/images/plot_gradient_boosting_regularization_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/feature_extraction.rst:None: WARNING: image file not readable: modules/../auto_examples/cluster/images/plot_lena_ward_segmentation_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/feature_selection.rst:None: WARNING: image file not readable: modules/../auto_examples/linear_model/images/plot_sparse_recovery_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/gaussian_process.rst:None: WARNING: image file not readable: modules/../auto_examples/gaussian_process/images/plot_gp_regression_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/gaussian_process.rst:None: WARNING: image file not readable: modules/../auto_examples/gaussian_process/images/plot_gp_regression_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/hmm.rst:None: WARNING: image file not readable: modules/../auto_examples/images/plot_hmm_sampling_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/kernel_approximation.rst:None: WARNING: image file not readable: modules/../auto_examples/images/plot_kernel_approximation_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/label_propagation.rst:None: WARNING: image file not readable: modules/../auto_examples/semi_supervised/images/plot_label_propagation_structure_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/lda_qda.rst:17: WARNING: image file not readable: modules/../auto_examples/images/plot_lda_qda_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/lda_qda.rst:22: WARNING: image file not readable: modules/../auto_examples/images/plot_lda_qda_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/linear_model.rst:None: WARNING: image file not readable: modules/../auto_examples/linear_model/images/plot_ols_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/linear_model.rst:None: WARNING: image file not readable: modules/../auto_examples/linear_model/images/plot_ridge_path_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/linear_model.rst:231: WARNING: image file not readable: modules/../auto_examples/linear_model/images/plot_lasso_model_selection_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/linear_model.rst:235: WARNING: image file not readable: modules/../auto_examples/linear_model/images/plot_lasso_model_selection_3.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/linear_model.rst:241: WARNING: image file not readable: modules/../auto_examples/linear_model/images/plot_lasso_model_selection_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/linear_model.rst:241: WARNING: image file not readable: modules/../auto_examples/linear_model/images/plot_lasso_model_selection_3.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/linear_model.rst:None: WARNING: image file not readable: modules/../auto_examples/linear_model/images/plot_lasso_model_selection_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/linear_model.rst:None: WARNING: image file not readable: modules/../auto_examples/linear_model/images/plot_lasso_coordinate_descent_path_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/linear_model.rst:309: WARNING: image file not readable: modules/../auto_examples/linear_model/images/plot_multi_task_lasso_support_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/linear_model.rst:313: WARNING: image file not readable: modules/../auto_examples/linear_model/images/plot_multi_task_lasso_support_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/linear_model.rst:318: WARNING: image file not readable: modules/../auto_examples/linear_model/images/plot_multi_task_lasso_support_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/linear_model.rst:318: WARNING: image file not readable: modules/../auto_examples/linear_model/images/plot_multi_task_lasso_support_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/linear_model.rst:None: WARNING: image file not readable: modules/../auto_examples/linear_model/images/plot_lasso_lars_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/linear_model.rst:None: WARNING: image file not readable: modules/../auto_examples/linear_model/images/plot_bayesian_ridge_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/linear_model.rst:None: WARNING: image file not readable: modules/../auto_examples/linear_model/images/plot_ard_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/manifold.rst:None: WARNING: image file not readable: modules/../auto_examples/manifold/images/plot_compare_methods_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/manifold.rst:49: WARNING: image file not readable: modules/../auto_examples/manifold/images/plot_lle_digits_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/manifold.rst:53: WARNING: image file not readable: modules/../auto_examples/manifold/images/plot_lle_digits_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/manifold.rst:59: WARNING: image file not readable: modules/../auto_examples/manifold/images/plot_lle_digits_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/manifold.rst:59: WARNING: image file not readable: modules/../auto_examples/manifold/images/plot_lle_digits_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/manifold.rst:69: WARNING: image file not readable: modules/../auto_examples/manifold/images/plot_lle_digits_3.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/manifold.rst:73: WARNING: image file not readable: modules/../auto_examples/manifold/images/plot_lle_digits_4.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/manifold.rst:78: WARNING: image file not readable: modules/../auto_examples/manifold/images/plot_lle_digits_3.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/manifold.rst:78: WARNING: image file not readable: modules/../auto_examples/manifold/images/plot_lle_digits_4.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/manifold.rst:None: WARNING: image file not readable: modules/../auto_examples/manifold/images/plot_lle_digits_5.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/manifold.rst:None: WARNING: image file not readable: modules/../auto_examples/manifold/images/plot_lle_digits_6.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/manifold.rst:None: WARNING: image file not readable: modules/../auto_examples/manifold/images/plot_lle_digits_7.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/manifold.rst:None: WARNING: image file not readable: modules/../auto_examples/manifold/images/plot_lle_digits_8.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/manifold.rst:None: WARNING: image file not readable: modules/../auto_examples/manifold/images/plot_lle_digits_9.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/manifold.rst:None: WARNING: image file not readable: modules/../auto_examples/manifold/images/plot_lle_digits_10.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/manifold.rst:None: WARNING: image file not readable: modules/../auto_examples/manifold/images/plot_mds_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/mixture.rst:7: WARNING: image file not readable: modules/../auto_examples/mixture/images/plot_gmm_pdf_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/mixture.rst:None: WARNING: image file not readable: modules/../auto_examples/mixture/images/plot_gmm_classifier_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/mixture.rst:None: WARNING: image file not readable: modules/../auto_examples/mixture/images/plot_gmm_selection_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/mixture.rst:213: WARNING: image file not readable: modules/../auto_examples/mixture/images/plot_gmm_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/mixture.rst:217: WARNING: image file not readable: modules/../auto_examples/mixture/images/plot_gmm_sin_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/mixture.rst:223: WARNING: image file not readable: modules/../auto_examples/mixture/images/plot_gmm_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/mixture.rst:223: WARNING: image file not readable: modules/../auto_examples/mixture/images/plot_gmm_sin_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/multiclass.rst:None: WARNING: image file not readable: modules/../auto_examples/images/plot_multilabel_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/neighbors.rst:99: WARNING: image file not readable: modules/../auto_examples/neighbors/images/plot_classification_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/neighbors.rst:103: WARNING: image file not readable: modules/../auto_examples/neighbors/images/plot_classification_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/neighbors.rst:108: WARNING: image file not readable: modules/../auto_examples/neighbors/images/plot_classification_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/neighbors.rst:108: WARNING: image file not readable: modules/../auto_examples/neighbors/images/plot_classification_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/neighbors.rst:None: WARNING: image file not readable: modules/../auto_examples/neighbors/images/plot_regression_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/neighbors.rst:394: WARNING: image file not readable: modules/../auto_examples/neighbors/images/plot_nearest_centroid_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/neighbors.rst:398: WARNING: image file not readable: modules/../auto_examples/neighbors/images/plot_nearest_centroid_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/neighbors.rst:403: WARNING: image file not readable: modules/../auto_examples/neighbors/images/plot_nearest_centroid_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/neighbors.rst:403: WARNING: image file not readable: modules/../auto_examples/neighbors/images/plot_nearest_centroid_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/outlier_detection.rst:None: WARNING: image file not readable: modules/../auto_examples/svm/images/plot_oneclass_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/outlier_detection.rst:None: WARNING: image file not readable: modules/../auto_examples/covariance/images/plot_mahalanobis_distances_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/outlier_detection.rst:141: WARNING: image file not readable: modules/../auto_examples/covariance/images/plot_outlier_detection_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/outlier_detection.rst:145: WARNING: image file not readable: modules/../auto_examples/covariance/images/plot_outlier_detection_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/outlier_detection.rst:149: WARNING: image file not readable: modules/../auto_examples/covariance/images/plot_outlier_detection_3.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/outlier_detection.rst:164: WARNING: image file not readable: modules/../auto_examples/covariance/images/plot_outlier_detection_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/outlier_detection.rst:173: WARNING: image file not readable: modules/../auto_examples/covariance/images/plot_outlier_detection_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/outlier_detection.rst:180: WARNING: image file not readable: modules/../auto_examples/covariance/images/plot_outlier_detection_3.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/pls.rst:None: WARNING: image file not readable: modules/../auto_examples/images/plot_pls_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/sgd.rst:None: WARNING: image file not readable: modules/../auto_examples/linear_model/images/plot_sgd_separating_hyperplane_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/sgd.rst:None: WARNING: image file not readable: modules/../auto_examples/linear_model/images/plot_sgd_iris_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/sgd.rst:None: WARNING: image file not readable: modules/../auto_examples/linear_model/images/plot_sgd_ols_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/sgd.rst:None: WARNING: image file not readable: modules/../auto_examples/linear_model/images/plot_sgd_loss_functions_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/sgd.rst:None: WARNING: image file not readable: modules/../auto_examples/linear_model/images/plot_sgd_penalties_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/svm.rst:None: WARNING: image file not readable: modules/../auto_examples/svm/images/plot_iris_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/svm.rst:None: WARNING: image file not readable: modules/../auto_examples/svm/images/plot_separating_hyperplane_unbalanced_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/svm.rst:None: WARNING: image file not readable: modules/../auto_examples/svm/images/plot_weighted_samples_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/svm.rst:None: WARNING: image file not readable: modules/../auto_examples/svm/images/plot_oneclass_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/svm.rst:None: WARNING: image file not readable: modules/../auto_examples/svm/images/plot_separating_hyperplane_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/tree.rst:None: WARNING: image file not readable: modules/../auto_examples/tree/images/plot_tree_regression_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/tree.rst:None: WARNING: image file not readable: modules/../auto_examples/tree/images/plot_iris_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/tree.rst:None: WARNING: image file not readable: modules/../auto_examples/tree/images/plot_tree_regression_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/tree.rst:None: WARNING: image file not readable: modules/../auto_examples/tree/images/plot_tree_regression_multioutput_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/modules/tree.rst:None: WARNING: image file not readable: modules/../auto_examples/ensemble/images/plot_forest_multioutput_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/basic/tutorial.rst:None: WARNING: image file not readable: tutorial/basic/../../auto_examples/datasets/images/plot_digits_last_image_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/model_selection.rst:None: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/exercises/images/plot_cv_digits_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/putting_together.rst:None: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/images/plot_digits_pipe_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/settings.rst:None: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/datasets/images/plot_digits_last_image_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/supervised_learning.rst:None: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/datasets/images/plot_iris_dataset_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/supervised_learning.rst:None: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/neighbors/images/plot_classification_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/supervised_learning.rst:None: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/linear_model/images/plot_ols_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/supervised_learning.rst:None: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/linear_model/images/plot_ols_ridge_variance_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/supervised_learning.rst:None: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/linear_model/images/plot_ols_ridge_variance_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/supervised_learning.rst:276: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/linear_model/images/plot_ols_3d_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/supervised_learning.rst:280: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/linear_model/images/plot_ols_3d_3.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/supervised_learning.rst:284: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/linear_model/images/plot_ols_3d_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/supervised_learning.rst:296: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/linear_model/images/plot_ols_3d_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/supervised_learning.rst:296: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/linear_model/images/plot_ols_3d_3.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/supervised_learning.rst:296: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/linear_model/images/plot_ols_3d_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/supervised_learning.rst:None: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/linear_model/images/plot_logistic_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/supervised_learning.rst:None: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/linear_model/images/plot_iris_logistic_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/supervised_learning.rst:426: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/svm/images/plot_svm_margin_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/supervised_learning.rst:430: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/svm/images/plot_svm_margin_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/supervised_learning.rst:439: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/svm/images/plot_svm_margin_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/supervised_learning.rst:439: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/svm/images/plot_svm_margin_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/supervised_learning.rst:None: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/svm/images/plot_svm_iris_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/supervised_learning.rst:475: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/svm/images/plot_svm_kernels_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/supervised_learning.rst:479: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/svm/images/plot_svm_kernels_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/supervised_learning.rst:497: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/svm/images/plot_svm_kernels_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/supervised_learning.rst:499: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/svm/images/plot_svm_kernels_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/supervised_learning.rst:517: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/svm/images/plot_svm_kernels_3.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/supervised_learning.rst:532: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/svm/images/plot_svm_kernels_3.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/supervised_learning.rst:None: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/datasets/images/plot_iris_dataset_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/unsupervised_learning.rst:None: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/cluster/images/plot_cluster_iris_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/unsupervised_learning.rst:48: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/cluster/images/plot_cluster_iris_3.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/unsupervised_learning.rst:52: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/cluster/images/plot_cluster_iris_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/unsupervised_learning.rst:56: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/cluster/images/plot_cluster_iris_4.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/unsupervised_learning.rst:73: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/cluster/images/plot_cluster_iris_3.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/unsupervised_learning.rst:75: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/cluster/images/plot_cluster_iris_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/unsupervised_learning.rst:77: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/cluster/images/plot_cluster_iris_4.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/unsupervised_learning.rst:89: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/cluster/images/plot_lena_compress_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/unsupervised_learning.rst:93: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/cluster/images/plot_lena_compress_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/unsupervised_learning.rst:97: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/cluster/images/plot_lena_compress_3.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/unsupervised_learning.rst:101: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/cluster/images/plot_lena_compress_4.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/unsupervised_learning.rst:132: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/cluster/images/plot_lena_compress_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/unsupervised_learning.rst:134: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/cluster/images/plot_lena_compress_3.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/unsupervised_learning.rst:136: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/cluster/images/plot_lena_compress_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/unsupervised_learning.rst:138: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/cluster/images/plot_lena_compress_4.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/unsupervised_learning.rst:None: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/cluster/images/plot_lena_ward_segmentation_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/unsupervised_learning.rst:None: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/cluster/images/plot_digits_agglomeration_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/unsupervised_learning.rst:244: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/decomposition/images/plot_pca_3d_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/unsupervised_learning.rst:248: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/decomposition/images/plot_pca_3d_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/unsupervised_learning.rst:254: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/decomposition/images/plot_pca_3d_1.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/unsupervised_learning.rst:254: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/decomposition/images/plot_pca_3d_2.png
/Users/Peter/Downloads/scikit-learn-0.12/doc/tutorial/statistical_inference/unsupervised_learning.rst:None: WARNING: image file not readable: tutorial/statistical_inference/../../auto_examples/decomposition/images/plot_ica_blind_source_separation_1.png
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [ 31%] datasets/index
Exception occurred:
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/docutils/writers/html4css1/__init__.py", line 1026, in visit_image
and self.settings.file_insertion_enabled):
AttributeError: Values instance has no attribute 'file_insertion_enabled'
The full traceback has been saved in /var/folders/60/j3g5rh0d0371gf2pvpz9kdvh0000gn/T/sphinx-err-nK9VxR.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
Either send bugs to the mailing list at <http://groups.google.com/group/sphinx-dev/>,
or report them in the tracker at <http://bitbucket.org/birkenfeld/sphinx/issues/>. Thanks!
make: *** [html-noplot] Error 1Thanks a lot!
Reactions are currently unavailable