Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit71a2ff4

Browse files
committed
Added needed config files
1 parentd312683 commit71a2ff4

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

‎.gitmodules

Lines changed: 3 additions & 0 deletions
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

Lines changed: 10 additions & 0 deletions
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Sphinx==1.1.3

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp