]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Fix overflowing cell in HTML table
authorBen Kaduk <kaduk@mit.edu>
Wed, 14 Nov 2012 18:44:08 +0000 (13:44 -0500)
committerBen Kaduk <kaduk@mit.edu>
Tue, 27 Nov 2012 21:59:25 +0000 (16:59 -0500)
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.

ticket: 7447
tags: pullup
target_version: 1.11

doc/appdev/h5l_mit_apidiff.rst

index 33da60211a0a9a187b8756f2078a0e1bf61f9e42..0ea5e32efc282068fd42874b77001ea01b7255a7 100644 (file)
@@ -1,6 +1,9 @@
 Differences between Heimdal and MIT Kerberos API
 ================================================
 
+.. tabularcolumns:: |l|l|
+
+.. table::
 
  ======================================== =================================================
   :c:func:`krb5_auth_con_getaddrs()`       H5l: If either of the pointers to local_addr