Open
Description
Describe the bug
context
When I run make latex
in a project that uses the sphinx-design
extension...
expectation
I expected _sphinx_design_static
directory to not be present in _build/latex
since it contains the design-tabs.js
and sphinx-design.min.css
files, useless with LaTeX...
bug
But instead _sphinx_design_static
directory is present in _build/latex
.
problem
This might not be a problem but looks weird anyway.
Reproduce the bug
A minimal complete example of such a project is attached.
List your environment
- Python 3.10.11
- Sphinx v7.3.7
- sphinx_design 0.6.0
- myst_parser 3.0.1