From: Ben Kaduk Date: Wed, 14 Nov 2012 18:44:08 +0000 (-0500) Subject: Fix overflowing cell in HTML table X-Git-Tag: krb5-1.12-alpha1~457 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da396d7603e949faec594036dee6de0e8f44bddb;p=thirdparty%2Fkrb5.git 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. ticket: 7447 tags: pullup target_version: 1.11 --- diff --git a/doc/appdev/h5l_mit_apidiff.rst b/doc/appdev/h5l_mit_apidiff.rst index 33da60211a..0ea5e32efc 100644 --- a/doc/appdev/h5l_mit_apidiff.rst +++ b/doc/appdev/h5l_mit_apidiff.rst @@ -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