Skip to content

Commit 62a99b3

Browse files
wouterjweaverryan
authored andcommitted
Use pip instead of submodules
1 parent c70e132 commit 62a99b3

File tree

4 files changed

+1
-8
lines changed

4 files changed

+1
-8
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cache:
99
- $HOME/.cache/pip
1010
- _build
1111

12-
install: pip install sphinx~=1.3
12+
install: pip install sphinx~=1.3 git+https://github.com/fabpot/sphinx-php.git
1313

1414
script: sphinx-build -nW -b html -d _build/doctrees . _build/html
1515

_exts

Lines changed: 0 additions & 1 deletion
This file was deleted.

conf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
# If extensions (or modules to document with autodoc) are in another directory,
1717
# add these directories to sys.path here. If the directory is relative to the
1818
# documentation root, use os.path.abspath to make it absolute, like shown here.
19-
#sys.path.insert(0, os.path.abspath('.'))
20-
21-
sys.path.append(os.path.abspath('_exts'))
2219
sys.path.append(os.path.abspath('_theme/_exts'))
2320

2421
# adding PhpLexer

0 commit comments

Comments
 (0)