[issue35033] Column or row spanning cells are not implemented.

Cheryl Sabella report at bugs.python.org
Mon Feb 25 18:54:40 EST 2019


Cheryl Sabella <cheryl.sabella at gmail.com> added the comment:

> https://github.com/sphinx-doc/sphinx/pull/5559 has been merged, let's wait for a release of Sphinx and we'll be able to build Python 3.8 documentation as text again.

I tried running the sphinx-build command using Sphinx 1.8.4 and I got the same exception.

Running Sphinx v1.8.4
building [mo]: all of 0 po files
building [text]: all source files
updating environment: 475 added, 0 changed, 0 removed
reading sources... [100%] whatsnew/index
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [ 12%] c-api/typeobj
Exception occurred:
  File "n:\projects\cpython-venv\lib\site-packages\sphinx\writers\text.py", line 623, 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 C:\Users\cheka\AppData\Local\Temp\sphinx-err-222wk1in.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.
A bug report can be filed in the tracker at <https://github.com/sphinx-doc/sphinx/issues>. Thanks!

----------
nosy: +cheryl.sabella

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35033>
_______________________________________


More information about the Python-bugs-list mailing list