Skip to content

Table of contents sidebar broken in Sphinx 1.7 #33

@Terrance

Description

@Terrance

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.

Basic config file and index page
import guzzle_sphinx_theme


templates_path = ["_templates"]
exclude_patterns = ["_build"]

master_doc = "index"

project = "Test"
author = "Author"
copyright = "2018, {}".format(author)

html_theme = "guzzle_sphinx_theme"
html_theme_path = guzzle_sphinx_theme.html_theme_path()

html_title = project
Index
=====

.. toctree::
    self
    page

Subheading 1
------------

Some text.

Subheading 2
------------

Some more text.
Output from 1.6.6

1.6.6

Output from 1.7.0

1.7.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions