[Doc] Add Donation link to sidebar

This commit is contained in:
Bryan W. Weber 2018-02-08 16:35:01 -05:00
parent 977a1c7736
commit 0d20b50543
No known key found for this signature in database
GPG key ID: 3A93E209C87E1FE7
3 changed files with 6 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

View file

@ -0,0 +1,5 @@
<div id="numfocus">
<h3>Donate to Cantera</h3>
<a href="https://www.flipcause.com/secure/cause_pdetails/Mjk3MjU=">
<img src="{{pathto("_static/powered_by_NumFOCUS.png", 1) }}" border="0" alt="NumFOCUS"/></a>
</div>

View file

@ -130,6 +130,7 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'cttheme'
html_sidebars = {'**': ['localtoc.html', 'relations.html', 'sourcelink.html', 'searchbox.html', 'numfocus.html']}
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the