aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/conf.py b/conf.py
index 389c894..79e49e1 100644
--- a/conf.py
+++ b/conf.py
@@ -52,6 +52,13 @@ html_theme = 'alabaster'
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
+html_theme_options = {
+ 'donate_url': 'https://ko-fi.com/boringcactus',
+ 'show_relbar_bottom': True,
+ 'font_family': '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif',
+ 'font_size': '16px',
+}
+
# PDF output