Skip to content

Commit

Permalink
Fix for updated Sphinx version
Browse files Browse the repository at this point in the history
  • Loading branch information
fergalwalsh committed Oct 30, 2024
1 parent 2aa2d51 commit f1c2b72
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/_static/css/override.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ img {
width: 100%;
}

div.sphinxsidebar {
margin-left: 0px;
}

div.sphinxsidebar ul {
padding-inline-start: 0;
}
Expand Down

0 comments on commit f1c2b72

Please sign in to comment.