diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2012-10-15 12:15:55 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2012-10-15 12:15:55 +0000 |
| commit | dae42c2b697f853f045f0f3c74c2b3798d6eaad2 (patch) | |
| tree | 06b1bff37a9165501131fba381300c9bfafdd807 /docutils | |
| parent | 3e8c6f54b6b89c38cc07e9d49b440ae70cb7e872 (diff) | |
| download | docutils-dae42c2b697f853f045f0f3c74c2b3798d6eaad2.tar.gz | |
Add ``math.css`` stylesheet to data files (thanks to Dmitry Shachnev).
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7529 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils')
| -rw-r--r-- | docutils/HISTORY.txt | 14 | ||||
| -rwxr-xr-x | docutils/setup.py | 1 |
2 files changed, 10 insertions, 5 deletions
diff --git a/docutils/HISTORY.txt b/docutils/HISTORY.txt index e9a40e66e..81a2a9c1e 100644 --- a/docutils/HISTORY.txt +++ b/docutils/HISTORY.txt @@ -38,16 +38,15 @@ Changes Since 0.9.1 - Fix [ 3546533 ] Unicode error with `date` directive. +* docutils/setup.py + + - Add ``math.css`` stylesheet to data files (thanks to Dmitry Shachnev). + * docutils/writers/html4css1/__init__.py - Use ``<code>`` tag for inline "code", do not drop nested inline nodes (syntax highlight tokens). -* docutils/tools/test/test_buildhtml.py - - - Fix [ 3521167 ] allow running in any directory. - - Fix [ 3521168 ] allow running with Python 3. - * docutils/writers/manpage.py - Apply [ 3527401 ] addmonition's don't preserve indentation @@ -66,6 +65,11 @@ Changes Since 0.9.1 - Fix [ 3552403 ] Prevent broken PyXML replacing stdlibs xml module. +* docutils/tools/test/test_buildhtml.py + + - Fix [ 3521167 ] allow running in any directory. + - Fix [ 3521168 ] allow running with Python 3. + Release 0.9.1 (2012-06-17) ========================== diff --git a/docutils/setup.py b/docutils/setup.py index 7b95bccbd..577cfe873 100755 --- a/docutils/setup.py +++ b/docutils/setup.py @@ -147,6 +147,7 @@ what-you-see-is-what-you-get plaintext markup syntax.""", # wrap at col 60 glob.glob('docutils/parsers/rst/include/*.txt')), ('docutils/writers/html4css1', ['docutils/writers/html4css1/html4css1.css', + 'docutils/writers/html4css1/math.css', 'docutils/writers/html4css1/template.txt']), ('docutils/writers/latex2e', ['docutils/writers/latex2e/default.tex', |
