From 0d90e2f6fdb6a0e618c783ee917f87fbec33db8d Mon Sep 17 00:00:00 2001 From: milde Date: Mon, 31 Aug 2015 08:26:30 +0000 Subject: [PATCH] setup.py: do not try to install xhtml11 writer (it was moved to the sandbox). git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7912 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index c96b852a3..2da25655c 100755 --- a/setup.py +++ b/setup.py @@ -136,7 +136,7 @@ what-you-see-is-what-you-get plaintext markup syntax.""", # wrap at col 60 'docutils.writers', 'docutils.writers.html4css1', 'docutils.writers.html_plain', - 'docutils.writers.xhtml11', + # 'docutils.writers.xhtml11', # moved to the sandbox 'docutils.writers.pep_html', 'docutils.writers.s5_html', 'docutils.writers.latex2e', @@ -165,8 +165,6 @@ what-you-see-is-what-you-get plaintext markup syntax.""", # wrap at col 60 ['docutils/writers/s5_html/themes/README.txt']), ('docutils/writers/odf_odt', ['docutils/writers/odf_odt/styles.odt']), - ('docutils/writers/xhtml11', - ['docutils/writers/xhtml11/xhtml11.css']), ] + s5_theme_files), 'scripts' : ['tools/rst2html.py', -- 2.11.4.GIT