[py-svn] r21886 - py/dist/py/misc

hpk at codespeak.net hpk at codespeak.net
Tue Jan 10 16:00:10 CET 2006


Author: hpk
Date: Tue Jan 10 16:00:09 2006
New Revision: 21886

Modified:
   py/dist/py/misc/rest.py
Log:
new docutils defaults to embedding stylesheets into 
the generated html - without even checking if it is
a filename or URL ...


Modified: py/dist/py/misc/rest.py
==============================================================================
--- py/dist/py/misc/rest.py	(original)
+++ py/dist/py/misc/rest.py	Tue Jan 10 16:00:09 2006
@@ -22,6 +22,7 @@
         'stylesheet' : stylesheet, 
         'stylesheet_path': None,
         'traceback' : 1, 
+        'embed_stylesheet': 0,
         'output_encoding' : encoding, 
         #'halt' : 0, # 'info',
         'halt_level' : 2, 



More information about the pytest-commit mailing list