diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-10-11 23:00:39 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-10-11 23:00:39 +0000 |
| commit | 9bb038a8f52092bd05ab4b84d4d0fa009e83b1a9 (patch) | |
| tree | 5187a5ecd049de4bd9f3e9fdce49f80a41f7bb7f /docutils/docs/dev/testing.txt | |
| parent | 3b2fc92d25dceeebb7d92a3de8771392cc0cf1e7 (diff) | |
| download | docutils-9bb038a8f52092bd05ab4b84d4d0fa009e83b1a9.tar.gz | |
removed references to default.css;
to-do: update PEP writer (-> pep.css) and then docs/user/tools.txt
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3940 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev/testing.txt')
| -rw-r--r-- | docutils/docs/dev/testing.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/docs/dev/testing.txt b/docutils/docs/dev/testing.txt index 681cb7ae9..fc6feae2b 100644 --- a/docutils/docs/dev/testing.txt +++ b/docutils/docs/dev/testing.txt @@ -134,7 +134,7 @@ For example, ``functional/tests/some_test.py`` could read like this:: writer_name = "html" settings_overrides['output-encoding'] = 'utf-8' # Relative to main ``test/`` directory. - settings_overrides['stylesheet_path'] = '../tools/stylesheets/default.css' + settings_overrides['stylesheet_path'] = '../docutils/writers/support/html4css1.css' The two variables ``test_source`` and ``test_destination`` contain the input file name (relative to ``functional/input/``) and the output |
