[V3 Docs] Removal of Static CSS to fix Sphinx theme (#1144)

This commit is contained in:
Kowlin 2017-12-06 14:45:20 +01:00 committed by Will
parent 18853d0c86
commit d8bb18c07d
2 changed files with 0 additions and 14 deletions

View File

@ -1,11 +0,0 @@
/*
* This overrides the style for the path to each object definition, whilst
* the name of the object remains unchanged.
*
* e.g. in the definition `redbot.core.Config`, `redbot.core` is the
* desclassname.
*/
code.descclassname {
font-weight: normal !important;
}

View File

@ -103,9 +103,6 @@ html_theme = 'sphinx_rtd_theme'
# html_theme_options = {} # html_theme_options = {}
html_context = { html_context = {
'css_files': [
'_static/theme_overrides.css'
],
# Enable the "Edit in GitHub link within the header of each page. # Enable the "Edit in GitHub link within the header of each page.
'display_github': True, 'display_github': True,
'github_user': 'Cog-Creators', 'github_user': 'Cog-Creators',