From d8bb18c07d5b34af0d4ffd701f5ac9764a2b4e12 Mon Sep 17 00:00:00 2001 From: Kowlin Date: Wed, 6 Dec 2017 14:45:20 +0100 Subject: [PATCH] [V3 Docs] Removal of Static CSS to fix Sphinx theme (#1144) --- docs/_static/theme_overrides.css | 11 ----------- docs/conf.py | 3 --- 2 files changed, 14 deletions(-) delete mode 100644 docs/_static/theme_overrides.css 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',