Skip to content

Commit

Permalink
agogo theme: Wrong use of sidebar* configs (#10520)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
  • Loading branch information
mgeier and AA-Turner committed Jun 16, 2022
1 parent 396d29f commit 9ff0812
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions CHANGES
Expand Up @@ -22,6 +22,7 @@ Bugs fixed
* #10031: py domain: Fix spurious whitespace in unparsing various operators (``+``,
``-``, ``~``, and ``**``). Patch by Adam Turner.
* #10460: logging: Always show node source locations as absolute paths.
* #10520: HTML Theme: Fix use of sidebar classes in ``agogo.css_t``.

Testing
--------
Expand Down
6 changes: 0 additions & 6 deletions sphinx/themes/agogo/static/agogo.css_t
Expand Up @@ -273,12 +273,6 @@ div.document ol {

div.sidebar,
aside.sidebar {
width: {{ theme_sidebarwidth|todim }};
{%- if theme_rightsidebar|tobool %}
float: right;
{%- else %}
float: left;
{%- endif %}
font-size: .9em;
}

Expand Down

0 comments on commit 9ff0812

Please sign in to comment.