We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd5c377 commit 0c67dd2Copy full SHA for 0c67dd2
Makefile
@@ -234,7 +234,7 @@ rtd-pr-preview: ## Build pull request preview on Read the Docs
234
ln -s ../submodules/volto/docs/source ./docs/volto
235
ln -s ../submodules/plone.restapi ./docs/plone.restapi
236
ln -s ../submodules/plone.api/docs ./docs/plone.api
237
- cd $(DOCS_DIR) && $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) ${READTHEDOCS_OUTPUT}/html/
+ cd $(DOCS_DIR) && sphinx-build -b html $(ALLSPHINXOPTS) ${READTHEDOCS_OUTPUT}/html/
238
239
.PHONY: storybook
240
storybook:
0 commit comments