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.
1313### Fixed
1414
1515- TalkAPI: In One-to-One conversations the ` status_message ` and ` status_icon ` fields were always empty.
16+ - Missing CSS styles in the documentation. #143
1617
1718## [ 0.3.0 - 2023-09-28]
1819
Original file line number Diff line number Diff line change 7171
7272autodoc_member_order = "bysource"
7373
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+
7479
7580def setup (app ):
7681 app .add_js_file ("js/script.js" )
Original file line number Diff line number Diff line change 66 font-size : 1rem ;
77 margin-bottom : 0 ;
88}
9+
10+ .wy-nav-content {
11+ max-width : 80% !important ;
12+ }
You can’t perform that action at this time.
0 commit comments