/* Fix margins in toctree summary */
.rst-content .toctree-wrapper ul li > *{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
