From a8009a1c372a0d9b2a873ce8f79519433ca753ac Mon Sep 17 00:00:00 2001 From: Eelke Klein Date: Sun, 4 Sep 2022 07:40:14 +0000 Subject: [PATCH] Change docs theme --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 909c7bd..1673902 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,7 +18,7 @@ # -- Project information ----------------------------------------------------- project = 'pgLab User Manual' -copyright = '2021, Eelke Klein' +copyright = '2021-2022, Eelke Klein' author = 'Eelke Klein' # The full version, including alpha/beta/rc tags @@ -47,7 +47,7 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'alabaster' +html_theme = 'PD' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files,