File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,4 +52,4 @@ dependencies:
52
52
hooks :
53
53
build : |
54
54
pip install git+https://github.com/fabpot/sphinx-php.git
55
- make html
55
+ make -C _build html
Original file line number Diff line number Diff line change 5
5
SPHINXOPTS =
6
6
SPHINXBUILD = sphinx-build
7
7
PAPER =
8
- BUILDDIR = _build
8
+ BUILDDIR = .
9
9
10
10
# Internal variables.
11
11
PAPEROPT_a4 = -D latex_paper_size=a4
12
12
PAPEROPT_letter = -D latex_paper_size=letter
13
- ALLSPHINXOPTS = -d $(BUILDDIR ) /doctrees $(PAPEROPT_$(PAPER ) ) $(SPHINXOPTS ) .
13
+ ALLSPHINXOPTS = -c $( BUILDDIR ) - d $(BUILDDIR ) /doctrees $(PAPEROPT_$(PAPER ) ) $(SPHINXOPTS ) ../
14
14
# the i18n builder cannot share the environment and doctrees with the others
15
15
I18NSPHINXOPTS = $(PAPEROPT_$(PAPER ) ) $(SPHINXOPTS ) .
16
16
You can’t perform that action at this time.
0 commit comments