Re: [sphinx-users] Re: Caption in table

2017-12-13 Thread Aaron Carlisle
You will have to override the CSS of the theme that you are using with this CSS code: table {caption-side: bottom} On Wed, Dec 13, 2017 at 10:29 AM, 'Erin Kelly' via sphinx-users < sphinx-users@googlegroups.com> wrote: > I'm replying to this really old post because I couldn't find the >

[sphinx-users] Sphinx autodoc for generating documentation of python modules generated by SWIG

2017-12-13 Thread Indrajit Mitra
Hi, I am trying to use Sphinx autodoc for generating documentation of python modules generated by SWIG. Sphinx is failing to generate documentation as SWIG generated some code which gets executed and eventually throws exception. Is there an way to overcome this situation ? Regards, Indrajit

[sphinx-users] HOW to use Sphinx for generating SWIG generated python module using autodoc

2017-12-13 Thread Indrajit Mitra
Hi, I am trying to use Sphinx for for documenting SWIG generated python module. Sphinx is failing to build documentation as SWIG generates some code which gets executed and throws exception. There must be some way to get around with this problem. I am a newbie on Sphinx. If anybody faced this

[sphinx-users] Re: Caption in table

2017-12-13 Thread 'Erin Kelly' via sphinx-users
I'm replying to this really old post because I couldn't find the information in the current documentation or forums. It seems that this feature was introduced in 1.3, so perhaps it was not possible in 2013, but it is now - only the syntax isn't documented. To include a caption with a table,