You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of Sphinx 1.7, the styling of the sidebar is rather broken as some of the elements have moved around (e.g. sidebar-localtoc has been renamed to sidebar-toc). The mobile layout shows similar issues.
It looks like the theme is getting tripped up by the new default sidebar list in Sphinx 1.7.0. It can be fixed on the theme side by supplying a list of sidebars in theme.conf.
And in the meantime, to work around it in your own documentation, add the following line to conf.py:
As of Sphinx 1.7, the styling of the sidebar is rather broken as some of the elements have moved around (e.g.
sidebar-localtoc
has been renamed tosidebar-toc
). The mobile layout shows similar issues.Basic config file and index page
Output from 1.6.6
Output from 1.7.0
The text was updated successfully, but these errors were encountered: