We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31091c3 commit 1160b6eCopy full SHA for 1160b6e
doc/source/io.rst
@@ -420,7 +420,7 @@ Sometimes comments or meta data may be included in a file:
420
421
print(open('tmp.csv').read())
422
423
-By default, the parse includes the comments in the output:
+By default, the parser includes the comments in the output:
424
425
.. ipython:: python
426
doc/source/themes/nature_with_gtoc/static/nature.css_t
@@ -31,7 +31,7 @@ div.bodywrapper {
31
/* ugly hack, probably not attractive with other font size for re*/
32
margin: 0 0 0 {{ theme_sidebarwidth|toint}}px;
33
min-width: 540px;
34
- max-width: 720px;
+ max-width: 800px;
35
}
36
37
doc/source/themes/nature_with_gtoc/theme.conf
@@ -2,3 +2,6 @@
2
inherit = basic
3
stylesheet = nature.css
4
pygments_style = tango
5
+
6
+[options]
7
+sidebarwidth = 270
0 commit comments