adding sidebar links

This commit is contained in:
Chris Holdgraf
2019-04-26 10:55:42 -07:00
parent e90f453d7c
commit de1fe2abe1
3 changed files with 14 additions and 2 deletions

View File

@@ -56,6 +56,7 @@ if os.path.exists(os.path.join(here, '_static')):
html_sidebars = {
'**': [
'about.html',
'globaltoc.html',
'relations.html',
'searchbox.html',
'donate.html',
@@ -74,3 +75,6 @@ html_theme_options = {
'github_banner': False,
'github_type': 'star',
}
def setup(app):
app.add_stylesheet('custom.css')