[Doc] Add Donation link to sidebar
This commit is contained in:
parent
977a1c7736
commit
0d20b50543
3 changed files with 6 additions and 0 deletions
BIN
doc/sphinx/_static/powered_by_NumFOCUS.png
Normal file
BIN
doc/sphinx/_static/powered_by_NumFOCUS.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3 KiB |
5
doc/sphinx/_templates/numfocus.html
Normal file
5
doc/sphinx/_templates/numfocus.html
Normal 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>
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue