Custom CSS
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
div.wy-menu.rst-pro {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
@@ -284,3 +284,8 @@ texinfo_documents = [
|
|||||||
|
|
||||||
# If true, do not generate a @detailmenu in the "Top" node's menu.
|
# If true, do not generate a @detailmenu in the "Top" node's menu.
|
||||||
#texinfo_no_detailmenu = False
|
#texinfo_no_detailmenu = False
|
||||||
|
|
||||||
|
# -- Custom setup ---------------------------------------------------------
|
||||||
|
|
||||||
|
def setup(app):
|
||||||
|
app.add_stylesheet('css/custom.css')
|
||||||
|
|||||||
Reference in New Issue
Block a user