Column or row spanning cells are not implemented
hi, I am translating rst file to have the sources translated and displayed in the search results excerpts. is it technically possible to implement the row/col spanning cells?
Exception occurred:
File "/home/samir/.local/lib/python2.7/site-packages/sphinxcontrib/writers/rst.py", line 385, in visit_entry
raise NotImplementedError('Column or row spanning cells are '
NotImplementedError: Column or row spanning cells are not implemented.
The full traceback has been saved in /tmp/sphinx-err-dPxcAk.log, if you want to report the issue to the developers.
Hi @sda399, sorry for the late reply. As you guessed this is currently not implemented yet in restbuilder, and I'm afraid this has low priority for me at the moment.
Feel free to make a code contribution implementing this, otherwise, your next best bet is to post a short example of documentation with tables where this fails.
If you haven't done so, you will have to find a work-around. I'll leave this open till someone is kind enough to contribute an implementation.