Skip to content

Commit 9994c83

Browse files
committed
chg: user: add some style fixups and bump workflow dep version
Signed-off-by: Stephen L Arnold <[email protected]>
1 parent 6625884 commit 9994c83

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

sum/styles/sum.yaml

+33
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,40 @@
11
# sum/styles/rst2pdf
22
---
33
pageSetup: {margin-top: 1cm, size: Letter}
4+
45
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+
538
normal: {allowOrphans: 6, allowWidows: 5}
639
title-deepbox:
740
commands:

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ passenv =
6161
deps =
6262
# logging_tree
6363
{[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
6565

6666
commands =
6767
sync: repolite {posargs:--quiet}

0 commit comments

Comments
 (0)