[docs] remove custom css

This commit is contained in:
Sam Schott 2020-11-20 17:32:18 +00:00
parent 719738f808
commit d79f0f8f41
2 changed files with 1 additions and 20 deletions

View File

@ -1,12 +0,0 @@
.wy-side-nav-search > a img.logo, .wy-side-nav-search .wy-dropdown > a img.logo {
max-width: 50%;
}
.wy-side-nav-search {
background-color: #9d9d9d;
}
.wy-side-nav-search input[type=text] {
border-color:#9d9d9d
}

View File

@ -26,6 +26,7 @@ extensions = [
"sphinx.ext.intersphinx",
"sphinx.ext.autodoc",
"autoapi.extension",
"sphinx_autodoc_typehints",
"m2r2",
]
source_suffix = [".rst", ".md"]
@ -36,14 +37,6 @@ language = "en"
# -- Options for HTML output -----------------------------------------------------------
html_theme = "sphinx_rtd_theme"
html_logo = "../src/maestral/resources/maestral.png"
html_context = {
"css_files": [
"https://media.readthedocs.org/css/sphinx_rtd_theme.css",
"https://media.readthedocs.org/css/readthedocs-doc-embed.css",
"_static/custom.css",
],
}
# -- Options for LaTeX output ----------------------------------------------------------