-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Description
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
Labels
No labels