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

Limit copying _sphinx_design_static to HTML based builders

Open intelkevinputnam opened this issue 7 months ago • 0 comments

As noted in #200, the _sphinx_design_static directory gets added to the output of all build targets, whereas it ought to only be added for HTML based targets. This PR adds an if statement to def update_css_js(app: Sphinx): to fix this.

Also includes fix from #237 to make RTD check work.

intelkevinputnam avatar Jun 03 '25 16:06 intelkevinputnam