- 
                Notifications
    
You must be signed in to change notification settings  - Fork 71
 
Description
I am assessing sphinx-tabs for use in a workflow that must support PDF as well as HTML. I don't see explicit documentation of PDF support, but looking at past posts, some people seem to have requested formatting/ordering improvements to the PDF output, implying that some sort of rendering is provided. However, when I use
sphinx-build -b latex ...
no tabbed content is passed through. I have set
sphinx_tabs_valid_builders = ['latex']
Can someone clarify the level/type of LaTeX support? Specifically, I would want to linearize the output so that tabs and subtabs are converted to headers+content.
If LaTeX is not supported, I would like to request it as an enhancement and can follow up to start a discussion of what features would make sense for the community.