File tree 3 files changed +27
-4
lines changed
3 files changed +27
-4
lines changed Original file line number Diff line number Diff line change 10
10
generate_archive_pages , generate_atom_feeds ,
11
11
missing_reference )
12
12
13
- __version__ = '0.9.1 '
13
+ __version__ = '0.9.2 '
14
14
15
15
__all__ = ['setup' ]
16
16
Original file line number Diff line number Diff line change @@ -30,10 +30,23 @@ install:
30
30
- " powershell ci-helpers/appveyor/install-miniconda.ps1"
31
31
- " SET PATH=%PYTHON%;%PYTHON%\\ Scripts;%PATH%"
32
32
- " activate test"
33
+ - " pip install -e ."
33
34
34
- # Not a .NET project, we build SunPy in the install step instead
35
+ # Not a .NET project, we build Ablog in the install step instead
35
36
build : false
36
37
37
38
test_script :
38
- - " %CMD_IN_ENV% pip install -e ."
39
- - " %CMD_IN_ENV% make test"
39
+ - ps : cd docs
40
+ - ablog build -T
41
+ - ablog build -b latex -T -d .doctrees -w _latex
42
+ - ablog build -T -b json
43
+ - ablog build -T -b pickle
44
+ # - ps: mkdir test
45
+ # - ps: cd test
46
+ # - ps: echo "ABlog" ABlog Team" "http://ablog.readthedocs.org" | ablog start
47
+ # - ablog build
48
+ # - ps: mkdir -p test
49
+ # - ps: cd test
50
+ # - ps: echo "ablog" "ABlog" "ABlog Team" "http://ablog.readthedocs.org" | ablog start
51
+ # - ps: cd ablog
52
+ # - ablog build
Original file line number Diff line number Diff line change @@ -40,3 +40,13 @@ ABlog v0.9.1 released
40
40
:location: World
41
41
42
42
Minor update to remove Ablog{}.format(python_number) exes
43
+
44
+ ABlog v0.9.2 released
45
+ =====================
46
+
47
+ .. post :: March 4, 2018
48
+ :author: Nabil
49
+ :category: Release
50
+ :location: World
51
+
52
+ Fixed Windows String issue
You can’t perform that action at this time.
0 commit comments