Source: skimage
Version: 0.10.1-2
User: python-modules-t...@lists.alioth.debian.org
Usertags: sphinx1.3

skimage FTBFS with Sphinx 1.3 (which is available in experimental):

  Exception occurred:
    File "/tmp/buildd/skimage-0.10.1/doc/source/../ext/plot2rst.py", line 206, 
in generate_examples_and_gallery
      gallery_index = file(rst_dir.pjoin('index'+cfg.source_suffix), 'w')
  TypeError: cannot concatenate 'str' and 'list' objects

source_suffix changed type from str to list in Sphinx 1.3 [1],
so plot2rst.py needs to check the type and replace `source_suffix`
with `source_suffix[0]` if the type is (non-empty) list.

[1]: http://github.com/sphinx-doc/sphinx/commit/bf3bdcc7

--
Dmitry Shachnev

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to