2015-03-01 12:52:35 -08:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- 2.7
|
|
|
|
- 3.4
|
|
|
|
before_install:
|
2015-04-08 22:56:45 -07:00
|
|
|
- pip install Sphinx Werkzeug alabaster invoke
|
2015-03-01 12:52:35 -08:00
|
|
|
install:
|
|
|
|
- pip install .
|
|
|
|
script:
|
2015-03-01 17:06:10 -08:00
|
|
|
- cd docs; ablog build -T
|
2015-05-03 11:31:28 -07:00
|
|
|
- cd docs; sphinx-build -b latex -T -d .doctrees . oudir
|
2015-07-22 23:45:29 -07:00
|
|
|
- printf "\nABlog\nABlog Team\nhttp://ablog.readthedocs.org" | ablog start; ablog build
|
|
|
|
- printf "ablog\nABlog\nABlog Team\nhttp://ablog.readthedocs.org" | ablog start; cd ablog; ablog build
|