Skip to content

Commit d9a6a1a

Browse files
committed
Fix width and sidebar
1 parent ec3836d commit d9a6a1a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

source/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@
2828

2929
html_theme = 'alabaster'
3030
html_static_path = ['_static']
31+
html_theme_options = {
32+
'page_width': '1200px',
33+
'fixed_sidebar': 'true',
34+
}

0 commit comments

Comments
 (0)