summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2015-02-21 16:59:18 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2015-02-21 16:59:18 +0000
commitfab8c2b8d768ff4784111e6549cf3828090216d2 (patch)
tree60023e26715385e894182185c22d9eb1cdd07367 /setup.py
parentf608434f5f83d882f69fa0e5a0c19fcd8078fcea (diff)
downloaddocutils-fab8c2b8d768ff4784111e6549cf3828090216d2.tar.gz
New HTML writer generating `XHTML1.1`_ styled with CSS2.
Moved to the docutils core from sandbox/html4strict. .. _XHTML1.1: http://www.w3.org/TR/xhtml11/ git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7798 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 51b5dadd0..5a5e0492a 100755
--- a/setup.py
+++ b/setup.py
@@ -135,7 +135,7 @@ what-you-see-is-what-you-get plaintext markup syntax.""", # wrap at col 60
'docutils.utils.math',
'docutils.writers',
'docutils.writers.html4css1',
- # 'docutils.writers.html4strict', # in the sandbox!
+ 'docutils.writers.xhtml11',
'docutils.writers.pep_html',
'docutils.writers.s5_html',
'docutils.writers.latex2e',