Hi, could you have a look at the following? I am trying to build the documentation for OpenCV 2.3 but it says it doesn't know about "can_collapse" .
Any hints, helps, etc appreciated. Regards, Christoph chris@christoph:~/src/OpenCV-2.3.0/build/doc$ make docs Scanning dependencies of target docs Generating the PDF Manuals Running Sphinx v1.0.1 Exception occurred: File "/home/chris/src/OpenCV-2.3.0/doc/ocv.py", line 101, in OCVPyObject can_collapse=True), TypeError: __init__() got an unexpected keyword argument 'can_collapse' The full traceback has been saved in /tmp/sphinx-err-48c9iP.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[3]: *** [doc/CMakeFiles/docs] Error 1 make[2]: *** [doc/CMakeFiles/docs.dir/all] Error 2 make[1]: *** [doc/CMakeFiles/docs.dir/rule] Error 2 make: *** [doc/CMakeFiles/docs.dir/rule] Error 2 chris@christoph:~/src/OpenCV-2.3.0/build/doc$ cat /tmp/sphinx- err-48c9iP.log # Sphinx version: 1.0.1 # Docutils version: 0.7 release # Jinja2 version: 2.5.5 Traceback (most recent call last): File "/usr/lib/pymodules/python2.7/sphinx/cmdline.py", line 172, in main warningiserror, tags) File "/usr/lib/pymodules/python2.7/sphinx/application.py", line 116, in __init__ self.setup_extension(extension) File "/usr/lib/pymodules/python2.7/sphinx/application.py", line 244, in setup_extension mod = __import__(extension, None, None, ['setup']) File "/home/chris/src/OpenCV-2.3.0/doc/ocv.py", line 87, in <module> class OCVPyObject(ObjectDescription): File "/home/chris/src/OpenCV-2.3.0/doc/ocv.py", line 101, in OCVPyObject can_collapse=True), TypeError: __init__() got an unexpected keyword argument 'can_collapse' -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to sphinx-dev@googlegroups.com. To unsubscribe from this group, send email to sphinx-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.