ITCase / itcase_sphinx_theme

Sphinx theme like Python 3
http://itcase-sphinx-theme.readthedocs.org/en/latest/
3 stars 0 forks source link

Theme ignores CSS files added by extensions #38

Open mgeier opened 4 years ago

mgeier commented 4 years ago

While the JS files added with add_js_file() are properly included, the CSS files added with add_css_file() are missing.

This happens, for example, with the https://github.com/choldgraf/sphinx-copybutton extension.

Example page: https://nbsphinx.readthedocs.io/en/itcase-theme/a-normal-rst-file.html (_static/copybutton.css is not included in the HTML).

See also https://github.com/spatialaudio/nbsphinx/issues/376.

movie4 commented 4 years ago

Hello @mgeier — We don’t support it anymore, but you can blow patch.

mgeier commented 4 years ago

No problem, I'll just remove it from my list of themes: https://github.com/spatialaudio/nbsphinx/pull/385.