File tree 1 file changed +10
-8
lines changed
1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -41,14 +41,16 @@ def make_directive_and_state(
41
41
state .inliner = inliner
42
42
state .parent = None
43
43
# https://repo.or.cz/docutils.git/blob/2310dd9b468e9f86b00401b1aa60d47aabc199ac:/docutils/docutils/parsers/rst/states.py#l162
44
- state .memo = Struct (document = state .document ,
45
- reporter = state .document .reporter ,
46
- language = english ,
47
- title_styles = [],
48
- section_parents = [],
49
- section_level = 0 , # will be removed in Docutils 2.0
50
- section_bubble_up_kludge = False , # will be removed
51
- inliner = inliner )
44
+ state .memo = Struct (
45
+ document = state .document ,
46
+ reporter = state .document .reporter ,
47
+ language = english ,
48
+ title_styles = [],
49
+ section_parents = [],
50
+ section_level = 0 , # will be removed in Docutils 2.0
51
+ section_bubble_up_kludge = False , # will be removed
52
+ inliner = inliner ,
53
+ )
52
54
directive = SphinxDirective (
53
55
name = 'test_directive' ,
54
56
arguments = [],
You can’t perform that action at this time.
0 commit comments