Move builders and writers into new packages.

This commit is contained in:
Georg Brandl
2008-11-29 19:56:58 +01:00
parent 40f8fb4dc2
commit 9175e665b1
19 changed files with 1628 additions and 1502 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ from util import *
from etree13 import ElementTree as ET
from sphinx.builder import StandaloneHTMLBuilder, LaTeXBuilder
from sphinx.latexwriter import LaTeXTranslator
from sphinx.writers.latex import LaTeXTranslator
html_warnfile = StringIO()