You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Describe the bug
context
When I run
make latex
in a project that uses thesphinx-design
extension...expectation
I expected
_sphinx_design_static
directory to not be present in_build/latex
since it contains thedesign-tabs.js
andsphinx-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
The text was updated successfully, but these errors were encountered: