HTML files in static paths not being copied over #3407
-
I checked through the documentation and noticed this: *In the default configuration, all files with a valid content file suffix (.html, .rst, .md, …) get processed by the article and page generators before the static generator. This is avoided by altering the _EXCLUDE settings appropriately. The issue is I have a STATIC_PATH set to a folder called "other", I need every single file and folder within that directory to be copied over in an unaltered state to the corresponding output folder when I build, and unfortunately it copies over every single file except for the HTML files. Is there anyway I can disable the rst/markdown/html preprocessor for explicitly designated static paths? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
On further reading of the documentation, it almost sounds like I can add the path of |
Beta Was this translation helpful? Give feedback.
-
Do you have any HTML files in your source
|
Beta Was this translation helpful? Give feedback.
Do you have any HTML files in your source
content
? If not, have a look at theREADERS
setting in the Settings section of the documentation. To wit: