Skip to content

Files from _static are not copied automatically #1810

@martin-ueding

Description

@martin-ueding

I have a bunch of files in _static and in _themes/mu/static that do not get copied when I compile:

PYTHONPATH=. /usr/share/sphinx/scripts/python3/sphinx-build -q -b html -d _build/doctrees/en -c _config/en . _build/html/en

In my project, I generate a .css file from a .sass file with a makefile and then call the above. The new .css file from the _themes/mu/static is not copied. When I do a clean build, everything is copied, but the change detection that Sphinx Doc uses seems to be insufficient.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions