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 345345intersphinx_mapping = {"cpython" : ('https://docs.python.org/3/' , None ),
346346 "bus_device" : ('https://circuitpython.readthedocs.io/projects/busdevice/en/latest/' , None ),
347347 "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 1010}
1111
1212
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+ }
1326
1427/* override table width restrictions */
1528@media screen and (min-width : 767px ) {
You can’t perform that action at this time.
0 commit comments