[27303] in CVS-changelog-for-Kerberos-V5
krb5 commit: Fix overflowing cell in HTML table
daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Tue Nov 27 18:02:33 2012
Date: Tue, 27 Nov 2012 18:02:28 -0500
From: Benjamin Kaduk <kaduk@mit.edu>
Message-Id: <201211272302.qARN2Swu023211@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu
https://github.com/krb5/krb5/commit/da396d7603e949faec594036dee6de0e8f44bddb
commit da396d7603e949faec594036dee6de0e8f44bddb
Author: Ben Kaduk <kaduk@mit.edu>
Date: Wed Nov 14 13:44:08 2012 -0500
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
doc/appdev/h5l_mit_apidiff.rst | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/doc/appdev/h5l_mit_apidiff.rst b/doc/appdev/h5l_mit_apidiff.rst
index 33da602..0ea5e32 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
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5