File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file.
13
13
### Fixed
14
14
15
15
- TalkAPI: In One-to-One conversations the ` status_message ` and ` status_icon ` fields were always empty.
16
+ - Missing CSS styles in the documentation. #143
16
17
17
18
## [ 0.3.0 - 2023-09-28]
18
19
Original file line number Diff line number Diff line change 71
71
72
72
autodoc_member_order = "bysource"
73
73
74
+ # Add any paths that contain custom static files (such as style sheets) here,
75
+ # relative to this directory. They are copied after the builtin static files,
76
+ # so a file named "default.css" will overwrite the builtin "default.css".
77
+ html_static_path = ["resources" ]
78
+
74
79
75
80
def setup (app ):
76
81
app .add_js_file ("js/script.js" )
Original file line number Diff line number Diff line change 6
6
font-size : 1rem ;
7
7
margin-bottom : 0 ;
8
8
}
9
+
10
+ .wy-nav-content {
11
+ max-width : 80% !important ;
12
+ }
You can’t perform that action at this time.
0 commit comments