[krbdev.mit.edu #7447] SVN Commit

Benjamin Kaduk via RT rt-comment at krbdev.mit.edu
Tue Nov 27 18:02:29 EST 2012


Fix overflowing cell in HTML table

sphinx-build defaults to the 'tabulary' environment for tables,
but uses regular 'tabular' for those involving literal blocks,
since tabulary does not handle them properly.  It seems that this
deficiency of tabulary also applies to inline literals, which
are rendered as \code{} sections by the latex builder.
Fortunately, sphinx provides a workaround to force a particular
column specification for the table.

The requirement for a table:: statement after the tabularcolumns::
statement is very poorly documented.

https://github.com/krb5/krb5/commit/da396d7603e949faec594036dee6de0e8f44bddb
Author: Ben Kaduk <kaduk at mit.edu>
Commit: da396d7603e949faec594036dee6de0e8f44bddb
Branch: master
 doc/appdev/h5l_mit_apidiff.rst |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)



More information about the krb5-bugs mailing list