We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d312683 commit 71a2ff4Copy full SHA for 71a2ff4
.gitmodules
@@ -0,0 +1,3 @@
1
+[submodule "sphinx-php"]
2
+ path = _exts
3
+ url = git://github.com/fabpot/sphinx-php.git
.travis.yml
@@ -0,0 +1,10 @@
+language: python
+
+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
@@ -0,0 +1 @@
+Sphinx==1.1.3
0 commit comments