@@ -52,7 +52,7 @@ def test_mathdef(self):
5252 ]
5353
5454 html = rst2html (
55- content , # fLOG=fLOG,
55+ content ,
5656 writer = "custom" ,
5757 keep_warnings = True ,
5858 directives = tives ,
@@ -104,9 +104,7 @@ def test_mathdeflist(self):
104104 ("mathdef" , MathDef , mathdef_node , visit_mathdef_node , depart_mathdef_node )
105105 ]
106106
107- html = rst2html (
108- content , writer = "custom" , keep_warnings = True , directives = tives # fLOG=fLOG,
109- )
107+ html = rst2html (content , writer = "custom" , keep_warnings = True , directives = tives )
110108
111109 temp = get_temp_folder (__file__ , "temp_mathdef" , clean = False )
112110 with open (
@@ -156,9 +154,7 @@ def test_mathdeflist_contents(self):
156154 ("mathdef" , MathDef , mathdef_node , visit_mathdef_node , depart_mathdef_node )
157155 ]
158156
159- html = rst2html (
160- content , writer = "custom" , keep_warnings = True , directives = tives # fLOG=fLOG,
161- )
157+ html = rst2html (content , writer = "custom" , keep_warnings = True , directives = tives )
162158
163159 temp = get_temp_folder (__file__ , "temp_mathdef" , clean = False )
164160 with open (
@@ -222,15 +218,15 @@ def test_mathdeflist_contents_body_sphinx(self):
222218 ]
223219
224220 html = rst2html (
225- content , # fLOG=fLOG,
221+ content ,
226222 writer = "custom" ,
227223 keep_warnings = True ,
228224 directives = tives ,
229225 layout = "sphinx" ,
230226 )
231227
232228 body = rst2html (
233- content , # fLOG=fLOG,
229+ content ,
234230 writer = "custom" ,
235231 keep_warnings = True ,
236232 directives = tives ,
0 commit comments