File tree Expand file tree Collapse file tree 3 files changed +49
-3
lines changed Expand file tree Collapse file tree 3 files changed +49
-3
lines changed Original file line number Diff line number Diff line change
1
+ {% if theme_gratipay_user or theme_gittip_user %}
2
+ < h3 > Donate</ h3 >
3
+ < p >
4
+ < b > Consider supporting the authors:</ b >
5
+ < script data-gratipay-username ="{{ theme_gratipay_user or theme_gittip_user }} "
6
+ data-gratipay-widget ="button "
7
+ src ="//gttp.co/v1.js "> </ script >
8
+ </ p >
9
+ < p >
10
+ < script src ="http://coinwidget.com/widget/coin.js "> </ script >
11
+ < script >
12
+ CoinWidgetCom . go ( {
13
+ wallet_address : '13vS6cvzZXf1Yxrar2SYSPQrFLSEwLePV4' ,
14
+ currency : 'bitcoin' ,
15
+ counter : 'amount' ,
16
+ lbl_button : 'Gratitudes' ,
17
+ lbl_count : 'payments' ,
18
+ lbl_amount : 'coins' ,
19
+ lbl_address : 'Please send bitcoin to:' ,
20
+ qrcode : true ,
21
+ decimals : 0 ,
22
+ } ) ;
23
+ </ script >
24
+ </ p >
25
+ < p >
26
+ < script src ="http://coinwidget.com/widget/coin.js "> </ script >
27
+ < script >
28
+ CoinWidgetCom . go ( {
29
+ wallet_address : 'LT636SrauWAz9XDz2EKxAXQ5jKqehyhR69' ,
30
+ currency : 'litecoin' ,
31
+ counter : 'amount' ,
32
+ lbl_button : 'Gratitudes' ,
33
+ lbl_count : 'payments' ,
34
+ lbl_amount : 'coins' ,
35
+ lbl_address : 'Please send litecoin to:' ,
36
+ qrcode : true ,
37
+ decimals : 0 ,
38
+ } ) ;
39
+ </ script >
40
+ </ p >
41
+ < br >
42
+ {% endif %}
Original file line number Diff line number Diff line change 59
59
# built documents.
60
60
#
61
61
# The short X.Y version.
62
- version = u'0.1'
62
+ version = u'0.4. 1'
63
63
# The full version, including alpha/beta/rc tags.
64
- release = u'0.1'
64
+ release = u'0.4. 1'
65
65
66
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
67
# for a list of supported languages.
98
98
'github_user' : 'sys-git' ,
99
99
'github_repo' : 'hoft' ,
100
100
'github_button' : True ,
101
- 'github_banner' : True ,
101
+ 'github_banner' : 'forkme_right_red_aa0000.png' ,
102
102
'show_powered_by' : False ,
103
103
'page_width' : '1280px' ,
104
+ 'analytics_id' : 'UA-57353891-3' ,
105
+ 'gratipay_user' : 'algos and tools' ,
106
+ 'travis_button' : True ,
104
107
}
105
108
106
109
html_show_sourcelink = True
120
123
'**' : [
121
124
'sidebarintro.html' ,
122
125
'sidebarlogo.html' ,
126
+ 'donate.html' ,
123
127
'searchbox.html'
124
128
],
125
129
}
You can’t perform that action at this time.
0 commit comments