mirror of
https://github.com/vale981/ablog
synced 2025-03-05 09:11:38 -05:00
13 lines
No EOL
386 B
YAML
13 lines
No EOL
386 B
YAML
language: python
|
|
python:
|
|
- 2.7
|
|
- 3.4
|
|
before_install:
|
|
- pip install Sphinx Werkzeug alabaster invoke
|
|
install:
|
|
- pip install .
|
|
script:
|
|
- cd docs; ablog build -T
|
|
- cd docs; sphinx-build -b latex -T -d .doctrees . oudir
|
|
- printf "\nABlog\nABlog Team\nhttp://ablog.readthedocs.org" | ablog start
|
|
- printf "ablog\nABlog\nABlog Team\nhttp://ablog.readthedocs.org" | ablog start |