diff options
| author | georg.brandl <devnull@localhost> | 2008-05-24 16:40:11 +0000 |
|---|---|---|
| committer | georg.brandl <devnull@localhost> | 2008-05-24 16:40:11 +0000 |
| commit | df4ea7def5b3b31356fea866b10d66e32162b819 (patch) | |
| tree | a38c3f05d5de3f94559dad8070a356f9f05be74a /doc | |
| parent | a84bec1e0bfa3443ebd3d90c789330c83a39502d (diff) | |
| download | sphinx-df4ea7def5b3b31356fea866b10d66e32162b819.tar.gz | |
Allow subdirs in html_static_path.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/config.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/config.rst b/doc/config.rst index 50628c17..ed1b7b14 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -202,6 +202,9 @@ that use Sphinx' HTMLWriter class. files, so a file named :file:`default.css` will overwrite the builtin :file:`default.css`. + .. versionchanged:: 0.4 + The paths in :confval:`html_static_path` can now contain subdirectories. + .. confval:: html_last_updated_fmt If this is not the empty string, a 'Last updated on:' timestamp is inserted |
