Custom CSS

This commit is contained in:
Joe Nelson
2016-11-25 15:01:52 -08:00
parent b35ffd4931
commit 6a2ba25414
2 changed files with 8 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
div.wy-menu.rst-pro {
display: none !important;
}
+5
View File
@@ -284,3 +284,8 @@ texinfo_documents = [
# If true, do not generate a @detailmenu in the "Top" node's menu.
#texinfo_no_detailmenu = False
# -- Custom setup ---------------------------------------------------------
def setup(app):
app.add_stylesheet('css/custom.css')