Skip to content

Commit

Permalink
add donate and codecov to rtfd
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Mar 14, 2023
1 parent d4c126b commit 48f41a8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@
'github_button': False,
'github_banner': True,
'travis_button': True,
'codecov_button': True,
'donate_url': 'http://uqfoundation.org/pages/donate.html',
'gratipay_user': False, # username
'extra_nav_links': {'Module Index': 'py-modindex.html'},
# 'show_related': True,
Expand All @@ -167,11 +169,11 @@
html_sidebars = {
'**': [
'about.html',
'donate.html',
'searchbox.html',
# 'navigation.html',
'localtoc.html', # display the toctree
'relations.html', # needs 'show_related':True option to display
'searchbox.html',
'donate.html', # needs 'gratipay_user':<uname> option to display
]
}
#FIXME: donate / UQFoundation (home/github)
Expand Down

0 comments on commit 48f41a8

Please sign in to comment.