2

I'm trying to center a single table column using the tabularcolumns directive as documented http://sphinx-doc.org/markup/misc.html?highlight=tabularcolumns#tables

Simple example:

.. tabularcolumns:: |C|l|

+----------+------+
| Num      | Name |
+==========+======+
| 1        | One  |
+----------+------+
| 2        | Two  |
+----------+------+

According to my reading, this should center the first column, but the HTML output of column one is always left aligned. Am I misreading or misunderstanding something?

Using sphinx-build version 1.3.1

barryhunter
  • 20,886
  • 3
  • 30
  • 43
user590028
  • 11,364
  • 3
  • 40
  • 57

0 Answers0