Skip to content

Commit

Permalink
Added needed config files
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Nov 30, 2013
1 parent d312683 commit 71a2ff4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "sphinx-php"]
path = _exts
url = git://github.com/fabpot/sphinx-php.git
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: python

python:
- "2.7"

install:
- "git submodule update --init"
- "pip install -q -r requirements.txt --use-mirrors"

script: sphinx-build -nW -b html -d _build/doctrees . _build/html
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Sphinx==1.1.3

0 comments on commit 71a2ff4

Please sign in to comment.