summaryrefslogtreecommitdiffstats
path: root/doc/appdev
diff options
context:
space:
mode:
authorBen Kaduk <kaduk@mit.edu>2012-11-14 13:44:08 -0500
committerBen Kaduk <kaduk@mit.edu>2012-11-27 16:59:25 -0500
commitda396d7603e949faec594036dee6de0e8f44bddb (patch)
treed64100d99732c725485a18e63874cb97a1ab9fb9 /doc/appdev
parent3070dcd18ea2d07f74afa35fa4a8cada373d9975 (diff)
downloadkrb5-da396d7603e949faec594036dee6de0e8f44bddb.tar.gz
krb5-da396d7603e949faec594036dee6de0e8f44bddb.tar.xz
krb5-da396d7603e949faec594036dee6de0e8f44bddb.zip
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
Diffstat (limited to 'doc/appdev')
-rw-r--r--doc/appdev/h5l_mit_apidiff.rst3
1 files changed, 3 insertions, 0 deletions
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