Skip to content

Unknown node rowSpan #11

@ValentinConstantin

Description

@ValentinConstantin

Failed to build sphinx html with FlatTable using linuxdoc
raise NotImplementedError('Unknown node: ' + node.__class__.__name__)
NotImplementedError: Unknown node: rowSpan

#: ../../introduction.md:1
msgid "{rspan}1 TEST"
msgstr "{rspan}1 TEST"

The command that I use
python -m sphinx -T -E -b html -d _build/doctrees -D language=ru . _build/html

Update:

I used the same example as in the documentation, but the same problem

index.rst


Test
----

.. flat-table:: table title
   :widths: 2 1 1 3

   * - head col 1
     - head col 2
     - head col 3
     - head col 4

   * - column 1
     - field 1.1
     - field 1.2 with autospan

   * - column 2
     - field 2.1
     - :rspan:`1` :cspan:`1` field 2.2 - 3.3

   * .. _`last row`:

     - column 3

and locales/ru/LC_MESSAGES/index.po

#: ../../test/index.rst:18
msgid ":rspan:`1` :cspan:`1` field 2.2 - 3.3"
msgstr ":rspan:`1` :cspan:`1` test 2.2 - 3.3"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions