Skip to content

Commit

Permalink
Add body class to main div
Browse files Browse the repository at this point in the history
This was apparently always supposed to be the case, but only
caused a bug in the Sphinx 2.0 release.
  • Loading branch information
drasmuss authored and tbekolay committed Mar 30, 2019
1 parent 5ab20f3 commit fb2fe88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGES.rst
Expand Up @@ -22,12 +22,15 @@ Release History
0.10.0 (unreleased)
===================

**Fixed**

- Added ``body`` class to main div for compatibility with sphinx 2.0.
(`#26 <https://github.com/nengo/nengo-sphinx-theme/pull/26>`__)

0.9.0 (March 25, 2019)
======================

**Added**

- Added search box to sidebar
(`#25 <https://github.com/nengo/nengo-sphinx-theme/pull/25>`_)
- Added search box to sidebar.
(`#25 <https://github.com/nengo/nengo-sphinx-theme/pull/25>`__)
2 changes: 1 addition & 1 deletion nengo_sphinx_theme/theme/layout.html
Expand Up @@ -29,7 +29,7 @@
</aside>
</div>
<div class="col-md-8 col-lg-9">
<div class="wrapper-content-right">
<div class="body wrapper-content-right">
{% include "versions.html" %}
{% block body %}{% endblock %}
</div>
Expand Down

0 comments on commit fb2fe88

Please sign in to comment.