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 77a4299 commit 103ab2eCopy full SHA for 103ab2e
.readthedocs.yaml
@@ -12,7 +12,17 @@ build:
12
python: "3.12"
13
# nodejs: "19"
14
commands:
15
- - make rtd-pr-preview
+# - make rtd-pr-preview
16
+ - pip install -r requirements-initial.txt
17
+ - pip install -r requirements.txt
18
+ - git submodule init
19
+ - git submodule update
20
+ - pip install -e submodules/plone.api[test]
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/
25
+
26
27
# Build documentation in the "docs/" directory with Sphinx
28
#sphinx:
0 commit comments