File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 165
165
# Add any paths that contain custom static files (such as style sheets) here,
166
166
# relative to this directory. They are copied after the builtin static files,
167
167
# so a file named "default.css" will overwrite the builtin "default.css".
168
- # html_static_path = ['_static']
168
+ html_static_path = ['source/ _static' ]
169
169
170
170
# Drop any source link suffix
171
171
html_sourcelink_suffix = ''
172
172
173
+ # Relative to html_static_path
174
+ html_css_files = ['custom.css' ]
175
+
173
176
# -- Options for HTMLHelp output ------------------------------------------
174
177
175
178
# Output file base name for HTML help builder.
Original file line number Diff line number Diff line change
1
+ .wy-nav-content {
2
+ max-width : 64rem ;
3
+ }
You can’t perform that action at this time.
0 commit comments