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:
5252hooks :
5353 build : |
5454 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 55SPHINXOPTS =
66SPHINXBUILD = sphinx-build
77PAPER =
8- BUILDDIR = _build
8+ BUILDDIR = .
99
1010# Internal variables.
1111PAPEROPT_a4 = -D latex_paper_size=a4
1212PAPEROPT_letter = -D latex_paper_size=letter
13- ALLSPHINXOPTS = -d $(BUILDDIR ) /doctrees $(PAPEROPT_$(PAPER ) ) $(SPHINXOPTS ) .
13+ ALLSPHINXOPTS = -c $( BUILDDIR ) - d $(BUILDDIR ) /doctrees $(PAPEROPT_$(PAPER ) ) $(SPHINXOPTS ) ../
1414# the i18n builder cannot share the environment and doctrees with the others
1515I18NSPHINXOPTS = $(PAPEROPT_$(PAPER ) ) $(SPHINXOPTS ) .
1616
You can’t perform that action at this time.
0 commit comments