mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
[V3 Docs] Removal of Static CSS to fix Sphinx theme (#1144)
This commit is contained in:
parent
18853d0c86
commit
d8bb18c07d
11
docs/_static/theme_overrides.css
vendored
11
docs/_static/theme_overrides.css
vendored
@ -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;
|
|
||||||
}
|
|
||||||
@ -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',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user