XMLWordPrintable

Details

    • Technical task
    • Resolution: Done
    • P2: Important
    • 5.9, 5.11.0
    • Documentation
    • None

    Description

      Inheritance diagram generation currently does not work. sources/pyside2/doc/inheritance_diagram.py complains (line 100)

       WARNING: Could not import class 'QXmlName' specified for inheritance diagram
      

      When changing that py passing the fully qualified name in QtDocGenerator::generateClass() at sources/shiboken2/generator/qtdoc/qtdocgenerator.cpp:1326

      s << ".. inheritance-diagram:: " << className << endl
      -->
      s << ".. inheritance-diagram:: " << metaClass->fullName() << endl
      

      an exception is thrown by sphinx:

      TypeError: can't pickle dict_values objects
      

      First happens in QtConcurrent, but also seems to affect QtCore classes.

      The invocation is sth like

      sphinx-build -b html  <build>/py3.6-qt5.11.0-64bit-release/pyside2/doc/rst html
      

      Attachments

        1. pyside617_diag.diff
          9 kB
        2. pyside617_log.txt
          2 kB
        3. pyside617_stdout.txt
          36 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            kleint Friedemann Kleint
            kleint Friedemann Kleint
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes