Commit cb71db88 authored by Andreas Jung's avatar Andreas Jung

'stylesheet' is now by default empty...docutils 0.4

will raise an exception for the current 'default.css' which
is not available by default
parent 03cd3b27
......@@ -56,7 +56,7 @@ class ZReST(Item, PropertyManager, Historical, Implicit, Persistent):
input_encoding=None):
self.id = id
self.title = id
self.stylesheet = 'default.css'
self.stylesheet = ''
self.report_level = '2'
self.source = ''
......@@ -201,6 +201,7 @@ class ZReST(Item, PropertyManager, Historical, Implicit, Persistent):
'output_encoding': self.output_encoding,
'initial_header_level' : 1,
'stylesheet' : self.stylesheet,
'stylesheet_path' : None,
'pub.settings.warning_stream' : Warnings(),
'file_insertion_enabled' : 0,
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment