Fix invalid table formatting

Fixes error related to table offsets:

System Message: ERROR/3 (<string>, line 117)

Malformed table. Text in column margin in table line 5.

Change-Id: If46d0ab0dc1fab1adccf63d43433f842ead2123d
This commit is contained in:
Joshua Harlow 2015-09-25 12:34:09 -07:00
parent 64f22e443f
commit 65138ae3b2
1 changed files with 13 additions and 13 deletions

View File

@ -110,19 +110,19 @@ When the same option is passed on the command line and also via configuration
files the following strategies are applied to resolve these types
of conflicts.
===================== =========== ========
Option Overrides Merges
===================== =========== ========
``allow-long-titles`` Yes No
``ignore-path-errors`` No Yes
``default-extension`` Yes No
``extension`` No Yes
``ignore-path`` No Yes
``ignore`` No Yes
``max-line-length`` Yes No
``file-encoding`` Yes No
``sphinx`` Yes No
===================== =========== ========
====================== =========== ========
Option Overrides Merges
====================== =========== ========
``allow-long-titles`` Yes No
``ignore-path-errors`` No Yes
``default-extension`` Yes No
``extension`` No Yes
``ignore-path`` No Yes
``ignore`` No Yes
``max-line-length`` Yes No
``file-encoding`` Yes No
``sphinx`` Yes No
====================== =========== ========
**Note:** In the above table the configuration file option when specified as
*overrides* will replace the same option given via the command line. When