New setting `stylesheet_dirs`.
commitda626e95a92224a940d021104fcb09ba0ccab32a
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Sat, 2 Mar 2013 16:27:22 +0000 (2 16:27 +0000)
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Sat, 2 Mar 2013 16:27:22 +0000 (2 16:27 +0000)
treec03257751fbcb980e9f8b06a0735e6ab3c728437
parent25e3daa7d158d074804ca3fd6579ba2f92678f84
New setting `stylesheet_dirs`.

Comma-separated list of directories where stylesheets are found. Used by
`stylesheet_path` when expanding relative path arguments.

Now, it is easy to add a custom stylesheet to Docutils default
stylesheet with, e.g., --stylesheet_path="html4css1.css, mystyle.css"

Changed behaviour of the default settings:
if there is a file "html4css1.css" in the working directory of the
process at launch, it is used instead of the one provided by Docutils
in the writer source directory.

git-svn-id: https://docutils.svn.sourceforge.net/svnroot/docutils/trunk@7618 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
docutils/HISTORY.txt
docutils/RELEASE-NOTES.txt
docutils/docs/user/config.txt
docutils/docutils/utils/__init__.py
docutils/docutils/writers/html4css1/__init__.py
docutils/docutils/writers/latex2e/__init__.py
docutils/test/test_utils.py
docutils/test/test_writers/test_html4css1_misc.py