From da67ac9ac9aa47ebb2f08ceb5898dff08ce8ced7 Mon Sep 17 00:00:00 2001 From: Wes Barnett Date: Sat, 13 Mar 2021 15:37:54 -0500 Subject: [PATCH] add description --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 3de3400..afc5d9a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -53,12 +53,12 @@ html_static_path = ['_static'] html_theme_options = { 'badge_branch': 'main', + 'description': 'pacman hooks that use snapper to create pre/post btrfs snapshots', 'fixed_sidebar': True, 'github_banner': True, 'github_user': 'wesbarnett', 'github_repo': 'snap-pac', - 'github_type': 'star', - 'show_related': True + 'github_type': 'star' } man_pages = [("index", "snap-pac", "Pacman hooks that use snapper to create pre/post btrfs snapshots like openSUSE's YaST", "Wes Barnett", "8")]