Merge "Fix hard coded max width in Sphinx rtd theme"
This commit is contained in:
commit
d38bcd8c44
8
docs/source/_templates/layout.html
Normal file
8
docs/source/_templates/layout.html
Normal file
@ -0,0 +1,8 @@
|
||||
{% extends "!layout.html" %}
|
||||
{% block footer %} {{ super() }}
|
||||
|
||||
<style>
|
||||
.wy-nav-content { max-width: none; }
|
||||
</style>
|
||||
|
||||
{% endblock %}
|
Loading…
Reference in New Issue
Block a user