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 345
345
intersphinx_mapping = {"cpython" : ('https://docs.python.org/3/' , None ),
346
346
"bus_device" : ('https://circuitpython.readthedocs.io/projects/busdevice/en/latest/' , None ),
347
347
"register" : ('https://circuitpython.readthedocs.io/projects/register/en/latest/' , None )}
348
+
349
+ def setup (app ):
350
+ 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