[Python-checkins] r65145 - doctools/branches/0.4.x/sphinx/latexwriter.py
georg.brandl
python-checkins at python.org
Sat Jul 19 20:01:25 CEST 2008
Author: georg.brandl
Date: Sat Jul 19 20:01:25 2008
New Revision: 65145
Log:
Now that we don't ship Jinja anymore by default the comment can go.
Modified:
doctools/branches/0.4.x/sphinx/latexwriter.py
Modified: doctools/branches/0.4.x/sphinx/latexwriter.py
==============================================================================
--- doctools/branches/0.4.x/sphinx/latexwriter.py (original)
+++ doctools/branches/0.4.x/sphinx/latexwriter.py Sat Jul 19 20:01:25 2008
@@ -23,7 +23,6 @@
from sphinx import highlighting
from sphinx.util.smartypants import educateQuotesLatex
-# XXX: Move to a template?
HEADER = r'''%% Generated by Sphinx.
\documentclass[%(papersize)s,%(pointsize)s]{%(docclass)s}
\usepackage[utf8]{inputenc}
More information about the Python-checkins
mailing list