From 765b890eea4a503784c78b592cb010e35fff36c1 Mon Sep 17 00:00:00 2001 From: milde Date: Mon, 15 Oct 2012 12:15:55 +0000 Subject: [PATCH] Add ``math.css`` stylesheet to data files (thanks to Dmitry Shachnev). git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7529 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- HISTORY.txt | 14 +++++++++----- setup.py | 1 + 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index e9a40e66e..81a2a9c1e 100644 --- a/HISTORY.txt +++ b/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 ```` 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/setup.py b/setup.py index 7b95bccbd..577cfe873 100755 --- a/setup.py +++ b/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', -- 2.11.4.GIT