sphinx-design
sphinx-design copied to clipboard
Limit copying _sphinx_design_static to HTML based builders
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.