We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e881f59 commit 7700126Copy full SHA for 7700126
conf.py
@@ -169,11 +169,14 @@
169
# Add any paths that contain custom static files (such as style sheets) here,
170
# relative to this directory. They are copied after the builtin static files,
171
# so a file named "default.css" will overwrite the builtin "default.css".
172
-# html_static_path = ['_static']
+html_static_path = ['source/_static']
173
174
# Drop any source link suffix
175
html_sourcelink_suffix = ''
176
177
+# Relative to html_static_path
178
+html_css_files = ['custom.css']
179
+
180
# -- Options for HTMLHelp output ------------------------------------------
181
182
# Output file base name for HTML help builder.
source/_static/custom.css
@@ -0,0 +1,3 @@
1
+.wy-nav-content {
2
+ max-width: 64rem;
3
+}
0 commit comments