Skip to content

Commit db687ee

Browse files
committed
Expand document width to better fit 120 character examples.
1 parent c8bbe81 commit db687ee

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

docs/_static/css/custom.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.wy-nav-content {
2+
max-width: 60em
3+
}

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,9 @@
169169
# Add any paths that contain custom static files (such as style sheets) here,
170170
# relative to this directory. They are copied after the builtin static files,
171171
# so a file named "default.css" will overwrite the builtin "default.css".
172-
# html_static_path = ['_static']
172+
html_static_path = ["_static"]
173+
174+
html_css_files = ["css/custom.css"]
173175

174176
# Add any extra paths that contain custom files (such as robots.txt or
175177
# .htaccess) here, relative to this directory. These files are copied

0 commit comments

Comments
 (0)