[Epydoc-commits] SF.net SVN: epydoc: [1459] trunk/epydoc/src/tools/rst2html.py
Brought to you by:
edloper
From: <ed...@us...> - 2007-02-11 05:52:57
|
Revision: 1459 http://svn.sourceforge.net/epydoc/?rev=1459&view=rev Author: edloper Date: 2007-02-10 21:52:55 -0800 (Sat, 10 Feb 2007) Log Message: ----------- - Explicitly specify that the stylesheet should be linked (not embedded). Modified Paths: -------------- trunk/epydoc/src/tools/rst2html.py Modified: trunk/epydoc/src/tools/rst2html.py =================================================================== --- trunk/epydoc/src/tools/rst2html.py 2007-02-11 05:52:27 UTC (rev 1458) +++ trunk/epydoc/src/tools/rst2html.py 2007-02-11 05:52:55 UTC (rev 1459) @@ -23,6 +23,7 @@ 'stylesheet_path': None, 'output_encoding': 'ascii', 'output_encoding_error_handler': 'xmlcharrefreplace', + 'embed_stylesheet': False, }) def __init__(self): This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |