add description

This commit is contained in:
Wes Barnett 2021-03-13 15:37:54 -05:00
parent d8c8ae9b66
commit da67ac9ac9
No known key found for this signature in database
GPG key ID: 1070BCC98C18BD66

View file

@ -53,12 +53,12 @@ html_static_path = ['_static']
html_theme_options = { html_theme_options = {
'badge_branch': 'main', 'badge_branch': 'main',
'description': 'pacman hooks that use snapper to create pre/post btrfs snapshots',
'fixed_sidebar': True, 'fixed_sidebar': True,
'github_banner': True, 'github_banner': True,
'github_user': 'wesbarnett', 'github_user': 'wesbarnett',
'github_repo': 'snap-pac', 'github_repo': 'snap-pac',
'github_type': 'star', 'github_type': 'star'
'show_related': True
} }
man_pages = [("index", "snap-pac", "Pacman hooks that use snapper to create pre/post btrfs snapshots like openSUSE's YaST", "Wes Barnett", "8")] man_pages = [("index", "snap-pac", "Pacman hooks that use snapper to create pre/post btrfs snapshots like openSUSE's YaST", "Wes Barnett", "8")]