Skip to content

Commit 0c67dd2

Browse files
committed
Attempt to make plone.api importable to Sphinx by using its system Python instead of the Python in the Makefile
1 parent bd5c377 commit 0c67dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ rtd-pr-preview: ## Build pull request preview on Read the Docs
234234
ln -s ../submodules/volto/docs/source ./docs/volto
235235
ln -s ../submodules/plone.restapi ./docs/plone.restapi
236236
ln -s ../submodules/plone.api/docs ./docs/plone.api
237-
cd $(DOCS_DIR) && $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) ${READTHEDOCS_OUTPUT}/html/
237+
cd $(DOCS_DIR) && sphinx-build -b html $(ALLSPHINXOPTS) ${READTHEDOCS_OUTPUT}/html/
238238

239239
.PHONY: storybook
240240
storybook:

0 commit comments

Comments
 (0)