Skip to content

Commit

Permalink
removing sidebar secondary buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
AakashGfude committed Nov 24, 2022
1 parent fbf16bf commit a7d9b07
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@
@include show-inpage-toc();
}

// Make sure the pydata sphinx theme edit button doesn't show up
div.editthispage {
display: none;
}

div.sourceLink {
display: none;
}

// Remove padding so that it's flush on the top and left
padding-top: 0;
padding-left: 0;
Expand Down

0 comments on commit a7d9b07

Please sign in to comment.