diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2012-06-04 20:14:08 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2012-06-04 20:14:08 +0000 |
| commit | 09db73f8034ec4b41ba13d94e78d39ee6a6afef5 (patch) | |
| tree | 2a3610dd2f9cc71c54d29c3b8fc3a32cab5592aa /docutils/test/functional/expected/math_output_latex.html | |
| parent | 607b580b989fe944688db4de8a65ea98378eeab2 (diff) | |
| download | docutils-09db73f8034ec4b41ba13d94e78d39ee6a6afef5.tar.gz | |
Fix [ 3527842 ].
Under Python 3, converted tests and tools are now
stored in the ``test3/`` and ``tools3/`` sub-directories and not
installed in the PYTHONPATH.
In order to make this work:
- Make tests independent from the location of the ``test/`` directory.
- Use converted sources from the ``build/`` directory for tests under
Python 3.
Remove functional/tests/stylesheet_path_html4css1.py made
redunant by functional/tests/math_output_html.py.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7437 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/expected/math_output_latex.html')
| -rw-r--r-- | docutils/test/functional/expected/math_output_latex.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/test/functional/expected/math_output_latex.html b/docutils/test/functional/expected/math_output_latex.html index b835476db..c8605bab8 100644 --- a/docutils/test/functional/expected/math_output_latex.html +++ b/docutils/test/functional/expected/math_output_latex.html @@ -5,7 +5,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="Docutils 0.10: http://docutils.sourceforge.net/" /> <title>Mathematics</title> -<link rel="stylesheet" href="../../../docutils/writers/html4css1/html4css1.css" type="text/css" /> +<link rel="stylesheet" href="../input/data/html4css1.css" type="text/css" /> </head> <body> <div class="document" id="mathematics"> |
