Skip to content

Commit 619ec2c

Browse files
committed
Make docs a bit easier to read
1 parent dee234b commit 619ec2c

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

docs/_static/custom.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ body {
6969

7070
strong {
7171
font-weight: 700;
72+
font-size: 1.05em;
73+
}
74+
75+
.simple > li {
76+
margin: 0.4em 0;
7277
}
7378

7479
pre,
@@ -234,7 +239,7 @@ pre {
234239

235240
body.theme-dark {
236241
color: var(--color-primary--dark);
237-
background-color: var(--color-background--dark);
242+
background-color: var(#22222d);
238243
}
239244

240245
body.theme-dark {

docs/conf.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@
7272
# html_logo = "logo.png"
7373

7474
html_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,
@@ -82,11 +83,17 @@
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".

0 commit comments

Comments
 (0)