Dear Sphinx users,
I want to have documentation in both html and pdf formats. While all works fine for html, for LaTeX I have to use things like
.. raw:: latex
\chapter{Manual}
.. only:: latex
because otherwise section hierarchy is wrong.
Do you have any suggestions how to produce a proper hierarchy (it works fine in html and epub)? Should I wait until that bug is fixed or is there a workaround?
Thank you.
Best regards,
Yaroslav Nikitenko