File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 350
350
intersphinx_mapping = {"cpython" : ('https://docs.python.org/3/' , None ),
351
351
"bus_device" : ('https://circuitpython.readthedocs.io/projects/busdevice/en/latest/' , None ),
352
352
"register" : ('https://circuitpython.readthedocs.io/projects/register/en/latest/' , None )}
353
+
354
+ def setup (app ):
355
+ app .add_stylesheet ("customstyle.css" )
Original file line number Diff line number Diff line change 10
10
}
11
11
12
12
13
+ /* custom CSS to sticky the ' viewing outdated version'
14
+ warning
15
+ */
16
+ .document > .admonition {
17
+ position : sticky;
18
+ top : 0px ;
19
+ background-color : salmon;
20
+ z-index : 2 ;
21
+ }
22
+
23
+ body {
24
+ overflow-x : unset!important ;
25
+ }
13
26
14
27
/* override table width restrictions */
15
28
@media screen and (min-width : 767px ) {
You can’t perform that action at this time.
0 commit comments