We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 103ab2e commit be920d4Copy full SHA for be920d4
.readthedocs.yaml
@@ -21,7 +21,7 @@ build:
21
- ln -s ../submodules/volto/docs/source ./docs/volto
22
- ln -s ../submodules/plone.restapi ./docs/plone.restapi
23
- ln -s ../submodules/plone.api/docs ./docs/plone.api
24
- - cd $(DOCS_DIR) && $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) ${READTHEDOCS_OUTPUT}/html/
+ - cd ./docs/ && "$(realpath bin/sphinx-build)" -b html -d $(BUILDDIR)/doctrees . ${READTHEDOCS_OUTPUT}/html/
25
26
27
# Build documentation in the "docs/" directory with Sphinx
0 commit comments