File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1+ .wy-nav-content {
2+ max-width : 1200px !important ;
3+ }
4+
Original file line number Diff line number Diff line change 1+ {% extends "!layout.html" %}
2+ {% block extrahead %}
3+ < link href ="{{ pathto( "_static /style.css", True) }}" rel="stylesheet " type ="text/css ">
4+ {% endblock %}
5+
Original file line number Diff line number Diff line change 124124#
125125# html_theme_options = {}
126126
127- # Add any paths that contain custom static files (such as style sheets) here,
128- # relative to this directory. They are copied after the builtin static files,
129- # so a file named "default.css" will overwrite the builtin "default.css".
130- # html_static_path = ['_static']
131-
132-
133127# -- Options for HTMLHelp output ------------------------------------------
134128
135129# Output file base name for HTML help builder.
222216
223217github_doc_root = 'https://github.com/rtfd/recommonmark/tree/master/doc/'
224218
219+ # Add any paths that contain custom static files (such as style sheets) here,
220+ # relative to this directory. They are copied after the builtin static files,
221+ # so a file named "default.css" will overwrite the builtin "default.css".
222+ html_static_path = ["_static" ]
223+
225224html_sidebars = {
226225 "**" : [
227226 "versions.html" ,
You can’t perform that action at this time.
0 commit comments