File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,11 @@ body {
6969
7070strong {
7171 font-weight : 700 ;
72+ font-size : 1.05em ;
73+ }
74+
75+ .simple > li {
76+ margin : 0.4em 0 ;
7277}
7378
7479pre ,
@@ -234,7 +239,7 @@ pre {
234239
235240body .theme-dark {
236241 color : var (--color-primary--dark );
237- background-color : var (--color-background--dark );
242+ background-color : var (# 22222d );
238243}
239244
240245body .theme-dark {
Original file line number Diff line number Diff line change 7272# html_logo = "logo.png"
7373
7474html_theme_options = dict (
75- project_name = "Docs" ,
75+ project_name = "Documentation" ,
76+ github_url = "https://github.com/PythonistaGuild/TwitchIO/tree/dev/3.0/docs" ,
7677 logo = "logo.png" ,
7778 logo_alt = "TwitchIO" ,
7879 logo_height = 120 ,
8283 [
8384 "GitHub|https://github.com/PythonistaGuild/TwitchIO" ,
8485 "Discord|https://discord.gg/RAKc3HF" ,
85- "Docs |https://twitchio.dev" ,
86+ "Documentation |https://twitchio.dev" ,
8687 ]
8788 ),
8889)
8990
91+ copyright = "2017 - Present, PythonistaGuild"
92+ html_show_copyright = True
93+ html_show_sphinx = False
94+
95+ html_last_updated_fmt = "%b %d, %Y - %H:%M:%S"
96+
9097# Add any paths that contain custom static files (such as style sheets) here,
9198# relative to this directory. They are copied after the builtin static files,
9299# so a file named "default.styles" will overwrite the builtin "default.styles".
You can’t perform that action at this time.
0 commit comments