File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ Change log
4
4
0.0.3 - 10.09.2019
5
5
--------------------------------------------------------------------------------
6
6
7
- Updated
8
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7
+ **Updated **
9
8
10
9
#. `#7 <https://github.com/moremoban/moban-handlebars/issues/7 >`_: support moban
11
10
v4.1
@@ -15,8 +14,7 @@ Updated
15
14
0.0.2 - 22-01-2019
16
15
--------------------------------------------------------------------------------
17
16
18
- Updated
19
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17
+ **Updated **
20
18
21
19
#. `#1 <https://github.com/moremoban/moban-handlebars/issues/1 >`_: support moban
22
20
v0.3.8
@@ -28,7 +26,6 @@ Updated
28
26
0.0.1 - 18-11-2018
29
27
--------------------------------------------------------------------------------
30
28
31
- First release
32
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
29
+ **First release **
33
30
34
31
#. render .hbr .handlebars files for moban
Original file line number Diff line number Diff line change 2
2
#
3
3
# This file only contains a selection of the most common options. For a full
4
4
# list see the documentation:
5
- # http ://www.sphinx-doc.org/en/master/config
5
+ # https ://www.sphinx-doc.org/en/master/usage/configuration.html
6
6
7
7
# -- Path setup --------------------------------------------------------------
8
8
59
59
# Add any paths that contain custom static files (such as style sheets) here,
60
60
# relative to this directory. They are copied after the builtin static files,
61
61
# so a file named "default.css" will overwrite the builtin "default.css".
62
- html_static_path = ['static' ]
62
+ html_static_path = ['static' ]
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ def run(self):
114
114
self .status (NO_GS_MESSAGE )
115
115
if run_status :
116
116
if os .system (PUBLISH_COMMAND ) != 0 :
117
- self .status (UPLOAD_FAILED_MSG % PUBLISH_COMMAND )
117
+ self .status (UPLOAD_FAILED_MSG )
118
118
119
119
sys .exit ()
120
120
You can’t perform that action at this time.
0 commit comments