File tree Expand file tree Collapse file tree 3 files changed +45
-8
lines changed Expand file tree Collapse file tree 3 files changed +45
-8
lines changed Original file line number Diff line number Diff line change 1
- sphinx>=3 .0
2
- furo==2021.09.08
1
+ sphinx >=4.0 .0
2
+ furo ==2022.06.04.1
3
3
recommonmark>=0.5.0
Original file line number Diff line number Diff line change @@ -40,6 +40,35 @@ html {
40
40
font-size : 100% !important ;
41
41
}
42
42
43
+ h1 , h2 {
44
+ margin-top : 1.5rem ;
45
+ margin-bottom : 0.75rem ;
46
+ font-weight : 300 ;
47
+ }
48
+ h3 , h4 , h5 , h6 {
49
+ margin-top : 1.5rem ;
50
+ margin-bottom : 0.5rem ;
51
+ font-weight : 400 ;
52
+ }
53
+ h1 {
54
+ font-size : 2.25rem ;
55
+ }
56
+ h2 {
57
+ font-size : 1.75rem ;
58
+ }
59
+ h3 {
60
+ font-size : 1.25rem ;
61
+ }
62
+ h4 {
63
+ font-size : 1rem ;
64
+ }
65
+ h5 {
66
+ font-size : 0.875rem ;
67
+ }
68
+ h6 {
69
+ font-size : 0.75rem ;
70
+ }
71
+
43
72
code .literal {
44
73
font-size : var (--font-size--small );
45
74
}
@@ -56,14 +85,18 @@ strong.command {
56
85
font : normal var (--font-size--small ) var (--font-stack--monospace );
57
86
}
58
87
59
- a [href ^= "http://" ],
60
- a [href ^= "https://" ]: not ([href ^= "https://billy2011.github.io/streamlink-27/" ]) {
88
+ .highlight .go {
89
+ font-style : normal;
90
+ }
91
+
92
+ a [href ^= "http://" ]: not (.muted-link ),
93
+ a [href ^= "https://" ]: not (.muted-link ): not ([href ^= "https://billy2011.github.io/streamlink-27/" ]) {
61
94
display : inline-block;
62
95
word-break : break-word;
63
96
}
64
97
65
- a [href ^= "http://" ],
66
- a [href ^= "https://" ]: not ([href ^= "https://billy2011.github.io/streamlink-27/" ])::after {
98
+ a [href ^= "http://" ]: not (. no-external-link-icon ) : not (. muted-link ):: after ,
99
+ a [href ^= "https://" ]: not (. no-external-link-icon ) : not (. muted-link ) : not ( [href ^= "https://billy2011.github.io/streamlink-27/" ])::after {
67
100
content : "\f35d" ;
68
101
display : inline-block;
69
102
padding-left : .4em ;
@@ -133,7 +166,7 @@ a[href^="https://"]:not([href^="https://billy2011.github.io/streamlink-27/"])::a
133
166
}
134
167
.sidebar-versions-others dd {
135
168
width : 50% ;
136
- margin : 0 ;
169
+ margin : 0 !important ;
137
170
}
138
171
.sidebar-versions-others dd : first-of-type {
139
172
padding-right : .5rem ;
Original file line number Diff line number Diff line change 98
98
# Theme options are theme-specific and customize the look and feel of a theme
99
99
# further. For a list of options available for each theme, see the
100
100
# documentation.
101
- # html_theme_options = { "github_fork": "Billy2011/streamlink-27" }
101
+ html_theme_options = {
102
+ "source_repository" : "https://github.com/Billy2011/streamlink-27/" ,
103
+ "source_branch" : "master" ,
104
+ "source_directory" : "docs/" ,
105
+ }
102
106
103
107
# Add any paths that contain custom themes here, relative to this directory.
104
108
#html_theme_path = []
You can’t perform that action at this time.
0 commit comments