File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change
1
+ .viewcode-block {background-color : yellow;}
2
+
3
+ /* override table width restrictions */
4
+ @media screen and (min-width : 767px ) {
5
+
6
+ .wy-table-responsive table td {
7
+ /* !important prevents the common CSS stylesheets from overriding
8
+ this as on RTD they are loaded after this stylesheet */
9
+ white-space : normal !important ;
10
+ }
11
+
12
+ .wy-table-responsive {
13
+ overflow : visible !important ;
14
+ }
15
+ }
Original file line number Diff line number Diff line change 96
96
# relative to this directory. They are copied after the builtin static files,
97
97
# so a file named "default.css" will overwrite the builtin "default.css".
98
98
html_static_path = ['_static' ]
99
- # html_css_files = [
100
- # 'css/custom.css',
101
- # ]
99
+ html_css_files = [
100
+ 'css/custom.css' ,
101
+ ]
102
102
# autodoc_mock_imports = ["numpy", "scipy"]
103
103
104
104
You canβt perform that action at this time.
0 commit comments