Skip to content

Commit e619308

Browse files
author
Antti Haapala
committed
added a bare README.rst and .travis.yml that should check whether
the sphinx compiles correctly.
1 parent fc40d08 commit e619308

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: python
2+
python:
3+
- 3.5
4+
5+
install:
6+
- pip install sphinx
7+
8+
script:
9+
- make html

README.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
The NOT YET NAMED Python Book
2+
=============================
3+
4+
.. image:: https://travis-ci.org/sopython/pythonbook.svg?branch=master
5+
:target: https://travis-ci.org/sopython/pythonbook
6+
:alt: Travis CI build status (Linux)
7+
8+
.. image:: https://readthedocs.org/projects/pythonbook/badge/?version=latest
9+
:target: https://readthedocs.org/projects/pythonbook/?badge=latest
10+
:alt: Documentation Status
11+
12+

0 commit comments

Comments
 (0)