Dmitri Bogomolov 4 years ago
parent 9e72e3b2af
commit 7ba296a6fe
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13

@ -0,0 +1,4 @@
/* Hide "On GitHub" section from versions menu */
li.wy-breadcrumbs-aside > a.fa {
display: none;
}

@ -100,6 +100,10 @@ html_theme = 'sphinx_rtd_theme'
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_css_files = [
'custom.css',
]
# Custom sidebar templates, must be a dictionary that maps document names
# to template names.
#

Loading…
Cancel
Save