Skip to content

Commit 1160b6e

Browse files
jrebackNick Eubank
authored and
Nick Eubank
committed
wider sidebar & overall width
1 parent 31091c3 commit 1160b6e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

doc/source/io.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ Sometimes comments or meta data may be included in a file:
420420
421421
print(open('tmp.csv').read())
422422
423-
By default, the parse includes the comments in the output:
423+
By default, the parser includes the comments in the output:
424424

425425
.. ipython:: python
426426

doc/source/themes/nature_with_gtoc/static/nature.css_t

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ div.bodywrapper {
3131
/* ugly hack, probably not attractive with other font size for re*/
3232
margin: 0 0 0 {{ theme_sidebarwidth|toint}}px;
3333
min-width: 540px;
34-
max-width: 720px;
34+
max-width: 800px;
3535
}
3636

3737

doc/source/themes/nature_with_gtoc/theme.conf

+3
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
inherit = basic
33
stylesheet = nature.css
44
pygments_style = tango
5+
6+
[options]
7+
sidebarwidth = 270

0 commit comments

Comments
 (0)