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

2019-02-25 Thread Cheryl Sabella


Cheryl Sabella  added the comment:

Apologies, I didn't realize it would be in the major version; I checked since 
there had been minor release versions since this ticket.  I'll check again once 
the major release is out.

Thanks!

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2019-02-25 Thread Julien Palard


Julien Palard  added the comment:

IIRC this will be released in the next major sphinx version, planned for around 
march.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2019-02-25 Thread Cheryl Sabella


Cheryl Sabella  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 
. Thanks!

--
nosy: +cheryl.sabella

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2018-10-31 Thread Julien Palard


Julien Palard  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.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2018-10-22 Thread Julien Palard


Julien Palard  added the comment:

POC is now a PR: https://github.com/sphinx-doc/sphinx/pull/5559

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2018-10-21 Thread Julien Palard


Julien Palard  added the comment:

Started implementing a POC sphinx-side so we may not have to "fix" our doc: 
https://github.com/JulienPalard/sphinx/tree/text-colspan-rowspan

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2018-10-20 Thread Karthikeyan Singaravelan


Change by Karthikeyan Singaravelan :


--
nosy: +xtreak

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2018-10-20 Thread Julien Palard


Julien Palard  added the comment:

Oh and we're also using raw spanning, in the same place, as the table header is 
two raws height and almost all cells but the last spans on two raws.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2018-10-20 Thread Julien Palard


New submission from Julien Palard :

Recent tables introduced in Doc/c-api/typeobj.rst are using columns spanning.

But columns spanning is not implemented in the sphinx text builder, resulting 
in:

$ cd Doc
$ sphinx-build -b text -d build/doctrees -W -D latex_elements.papersize= -Ea -A 
daily=1 -A switchers=1 . build/text
Running Sphinx v1.8.1
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 
"/home/mdk/.venvs/mdk/lib/python3.6/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 /tmp/sphinx-err-3q24uv89.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 
. Thanks!

we could either try to remove our column spannings (but they're usefull, first 
table, 2nd header line), either implement it sphinx-side.

--
assignee: docs@python
components: Documentation
messages: 328159
nosy: docs@python, mdk
priority: normal
severity: normal
status: open
title: Column or row spanning cells are not implemented.
versions: Python 3.8

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com