Skip to content

Commit 71a2ff4

Browse files
committed
Added needed config files
1 parent d312683 commit 71a2ff4

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "sphinx-php"]
2+
path = _exts
3+
url = git://github.com/fabpot/sphinx-php.git

.travis.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: python
2+
3+
python:
4+
- "2.7"
5+
6+
install:
7+
- "git submodule update --init"
8+
- "pip install -q -r requirements.txt --use-mirrors"
9+
10+
script: sphinx-build -nW -b html -d _build/doctrees . _build/html

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Sphinx==1.1.3

0 commit comments

Comments
 (0)