Merge "Fix hard coded max width in Sphinx rtd theme"

This commit is contained in:
Zuul 2021-03-25 19:11:50 +00:00 committed by Gerrit Code Review
commit d38bcd8c44

View File

@ -0,0 +1,8 @@
{% extends "!layout.html" %}
{% block footer %} {{ super() }}
<style>
.wy-nav-content { max-width: none; }
</style>
{% endblock %}