File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ SHELL=bash
66# You can set these variables from the command line.
77SPHINXOPTS =
88SPHINXBUILD = $(realpath bin/sphinx-build)
9+ SPHINXAUTOBUILD = $(realpath bin/sphinx-autobuild)
910PAPER =
1011DOCS_DIR = ./docs/
1112BUILDDIR = ../_build/
@@ -202,7 +203,7 @@ deploy: clean html
202203
203204.PHONY : livehtml
204205livehtml : deps # # Rebuild Sphinx documentation on changes, with live-reload in the browser
205- cd " $( DOCS_DIR) " && sphinx-autobuild \
206+ cd " $( DOCS_DIR) " && ${SPHINXAUTOBUILD} \
206207 --ignore " *.swp" \
207208 -b html . " $( BUILDDIR) /html" $(SPHINXOPTS ) $(O )
208209
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ html_meta:
1515:hidden: true
1616
1717backend/index
18- classic-ui/index
1918volto/plone6index
19+ classic-ui/index
2020contributing/index
2121```
2222
You can’t perform that action at this time.
0 commit comments