diff --git a/docs/_static/theme_overrides.css b/docs/_static/theme_overrides.css deleted file mode 100644 index 9077f3341..000000000 --- a/docs/_static/theme_overrides.css +++ /dev/null @@ -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; -} diff --git a/docs/conf.py b/docs/conf.py index e39017f9a..5198f1ade 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -103,9 +103,6 @@ html_theme = 'sphinx_rtd_theme' # html_theme_options = {} html_context = { - 'css_files': [ - '_static/theme_overrides.css' - ], # Enable the "Edit in GitHub link within the header of each page. 'display_github': True, 'github_user': 'Cog-Creators',