sphinx-design icon indicating copy to clipboard operation
sphinx-design copied to clipboard

make latex translates the dropdown title into a \subsubsection*

Open bp208322 opened this issue 1 year ago • 1 comments

Not sure it is a bug, but I was expecting a different behavior.

Describe the bug

Summary When using make latex to get a pdf manual, the dropdown commands behave in different way than other admonitions.

Exemple

.. dropdown:: title1
  
  text 1.

is translated into latex as :

 \subsubsection*{title 1}

text 1

expectation I expected the results :

\begin{sphinxadmonition}{tobedefined}{Title 1}
Text 1
\end{sphinxadmonition}

Reproduce the bug

  1. Create a sphinx project
  2. Use .. dropdown
  3. make latex

List your environment

No response

bp208322 avatar Nov 23 '22 19:11 bp208322

Thanks for opening your first issue here! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Welcome to the EBP community! :tada:

welcome[bot] avatar Nov 23 '22 19:11 welcome[bot]