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 files the following strategies are applied to resolve these types
of conflicts. of conflicts.
===================== =========== ======== ====================== =========== ========
Option Overrides Merges Option Overrides Merges
===================== =========== ======== ====================== =========== ========
``allow-long-titles`` Yes No ``allow-long-titles`` Yes No
``ignore-path-errors`` No Yes ``ignore-path-errors`` No Yes
``default-extension`` Yes No ``default-extension`` Yes No
``extension`` No Yes ``extension`` No Yes
``ignore-path`` No Yes ``ignore-path`` No Yes
``ignore`` No Yes ``ignore`` No Yes
``max-line-length`` Yes No ``max-line-length`` Yes No
``file-encoding`` Yes No ``file-encoding`` Yes No
``sphinx`` Yes No ``sphinx`` Yes No
===================== =========== ======== ====================== =========== ========
**Note:** In the above table the configuration file option when specified as **Note:** In the above table the configuration file option when specified as
*overrides* will replace the same option given via the command line. When *overrides* will replace the same option given via the command line. When