Skip to content

Commit c1888a0

Browse files
committed
enhance doc layout
fixes #698
1 parent 50aabb8 commit c1888a0

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

doc/css/extra.css

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/* Increase the max width of the content */
2+
.wy-nav-content {
3+
max-width: 1400px !important; /* Default is around 800px, increase as needed */
4+
}
5+
6+
/* Ensure tables and code blocks do not overflow */
7+
.wy-table-responsive table {
8+
width: 100% !important;
9+
display: table;
10+
}
11+

mkdocs.yml

+3
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@ nav:
1717
theme:
1818
name: readthedocs
1919

20+
extra_css:
21+
- css/extra.css
22+
2023
markdown_extensions:
2124
- attr_list

0 commit comments

Comments
 (0)