New setting `stylesheet_dirs`.
commita20b056453a444512c0d076023c0e3be562dc27a
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)
treed45eaa8d6fad308e337c723fe57d4a8a6e124152
parentcd9a7ae9d077b7e45ba59316b049b18f29c717e8
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: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7618 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
HISTORY.txt
RELEASE-NOTES.txt
docs/user/config.txt
docutils/utils/__init__.py
docutils/writers/html4css1/__init__.py
docutils/writers/latex2e/__init__.py
test/test_utils.py
test/test_writers/test_html4css1_misc.py