-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Milestone
Description
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.
mhsmith, astrojuanlu and TimChaubet-I4U