File tree 2 files changed +34
-1
lines changed
2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 1
1
# sum/styles/rst2pdf
2
2
---
3
3
pageSetup : {margin-top: 1cm, size: Letter}
4
+
4
5
styles :
6
+ heading1 :
7
+ fontSize : 200%
8
+ parent : heading
9
+ heading2 :
10
+ fontSize : 175%
11
+ parent : heading
12
+ heading3 :
13
+ fontSize : 150%
14
+ parent : heading
15
+ heading4 :
16
+ fontSize : 125%
17
+ parent : heading
18
+
19
+ item-list :
20
+ colWidths :
21
+ - 30pt
22
+ - null
23
+ commands :
24
+ - - VALIGN
25
+ - - 0
26
+ - 0
27
+ - - -1
28
+ - -1
29
+ - TOP
30
+ - - RIGHTPADDING
31
+ - - 0
32
+ - 0
33
+ - - 1
34
+ - -1
35
+ - 0
36
+ parent : bodytext
37
+
5
38
normal : {allowOrphans: 6, allowWidows: 5}
6
39
title-deepbox :
7
40
commands :
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ passenv =
61
61
deps =
62
62
# logging_tree
63
63
{[base]deps}
64
- repolite @ https://github.com/sarnold/repolite/releases/download/0.4.1 /repolite-0.4.1 -py3-none-any.whl
64
+ repolite @ https://github.com/sarnold/repolite/releases/download/0.5.0 /repolite-0.5.0 -py3-none-any.whl
65
65
66
66
commands =
67
67
sync: repolite {posargs:--quiet}
You can’t perform that action at this time.
0 commit comments