File tree Expand file tree Collapse file tree 2 files changed +37
-5
lines changed Expand file tree Collapse file tree 2 files changed +37
-5
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ sphinx:
23
23
# fail_on_warning: true
24
24
25
25
# Optionally build your docs in additional formats such as PDF and ePub
26
- # formats:
27
- # - pdf
28
- # - epub
26
+ formats :
27
+ - pdf
28
+ - epub
29
29
30
30
# Optional but recommended, declare the Python requirements required
31
31
# to build your documentation
Original file line number Diff line number Diff line change 2
2
color : inherit;
3
3
font-size : 85% ;
4
4
border : none;
5
- background : # F0F0F0 ;
6
- padding : 2px 3px 1px ;
5
+ background : # E8E8E8 ;
6
+ padding : 2px 3px ;
7
+ border-radius : .33em ;
8
+ }
9
+
10
+ .toctree-l1 > ul {
11
+ margin-top : 3px ! impor tant;
12
+ }
13
+
14
+ .toctree-l2 > ul {
15
+ margin-top : 0 ! impor tant;
16
+ margin-bottom : 3px ! impor tant;
17
+ }
18
+
19
+ ul .simple > li {
20
+ margin-bottom : 10px ;
21
+ }
22
+
23
+ div .tight > ul .simple > li {
24
+ margin-bottom : 0 ;
25
+ }
26
+
27
+ kbd {
28
+ display : inline-block;
29
+ padding : 3px 5px ! impor tant;
30
+ font-size : 80% ! impor tant;
31
+ line-height : 10px ! impor tant;
32
+ color : # 444d56 ! impor tant;
33
+ vertical-align : middle ! impor tant;
34
+ background-color : # fafbfc ! impor tant;
35
+ border : solid 1.5px # c6cbd1 ! impor tant;
36
+ border-bottom-color : # 959da5 ! impor tant;
37
+ border-radius : 3px ! impor tant;
38
+ box-shadow : inset -.5px -1px 0 # 959da5 ! impor tant;
7
39
}
You can’t perform that action at this time.
0 commit comments