Skip to content
Snippets Groups Projects
Commit 243906b2 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[doc] Allow full webpage width for docs

parent 80b54521
No related branches found
No related tags found
No related merge requests found
.wy-nav-content {
max-width: none;
}
{% extends "!layout.html" %}
{% block extrahead %}
<link href="{{ pathto("_static/style.css", True) }}" rel="stylesheet" type="text/css">
{% endblock %}
...@@ -168,7 +168,7 @@ html_favicon = 'img/bob-favicon.ico' ...@@ -168,7 +168,7 @@ html_favicon = 'img/bob-favicon.ico'
# Add any paths that contain custom static files (such as style sheets) here, # Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files, # relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css". # so a file named "default.css" will overwrite the builtin "default.css".
#html_static_path = ['_static'] html_static_path = ['_static']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format. # using the given strftime format.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment