summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2012-10-15 12:15:55 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2012-10-15 12:15:55 +0000
commit765b890eea4a503784c78b592cb010e35fff36c1 (patch)
tree77eecb2080ef43d9ef182623b813bbe308259bb1
parent68d17f45f68ee4a6e779da5cd19edda5e4e8ca43 (diff)
downloaddocutils-765b890eea4a503784c78b592cb010e35fff36c1.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/docutils@7529 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rw-r--r--HISTORY.txt14
-rwxr-xr-xsetup.py1
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 ``<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/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',