Allow subdirs in html_static_path.

This commit is contained in:
Georg Brandl
2008-05-24 16:40:11 +00:00
parent 5eaf2eb29a
commit 28c3199018
3 changed files with 13 additions and 2 deletions

View File

@@ -17,6 +17,8 @@ New features added
* The new `exclude_trees` config option can be used to exclude whole
subtrees from the search for source files.
* The directories in the `html_static_path` can now contain subdirectories.
Bugs fixed
----------