Skip to content

Commit be920d4

Browse files
committed
Attempt to make plone.api importable to Sphinx by bypassing Makefile
1 parent 103ab2e commit be920d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build:
2121
- ln -s ../submodules/volto/docs/source ./docs/volto
2222
- ln -s ../submodules/plone.restapi ./docs/plone.restapi
2323
- ln -s ../submodules/plone.api/docs ./docs/plone.api
24-
- cd $(DOCS_DIR) && $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) ${READTHEDOCS_OUTPUT}/html/
24+
- cd ./docs/ && "$(realpath bin/sphinx-build)" -b html -d $(BUILDDIR)/doctrees . ${READTHEDOCS_OUTPUT}/html/
2525

2626

2727
# Build documentation in the "docs/" directory with Sphinx

0 commit comments

Comments
 (0)