Skip to content

Commit 983e6e2

Browse files
committed
Improve Makefile and TOC
1 parent 9cd29f2 commit 983e6e2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ SHELL=bash
66
# You can set these variables from the command line.
77
SPHINXOPTS =
88
SPHINXBUILD = $(realpath bin/sphinx-build)
9+
SPHINXAUTOBUILD = $(realpath bin/sphinx-autobuild)
910
PAPER =
1011
DOCS_DIR = ./docs/
1112
BUILDDIR = ../_build/
@@ -202,7 +203,7 @@ deploy: clean html
202203

203204
.PHONY: livehtml
204205
livehtml: 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

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ html_meta:
1515
:hidden: true
1616
1717
backend/index
18-
classic-ui/index
1918
volto/plone6index
19+
classic-ui/index
2020
contributing/index
2121
```
2222

0 commit comments

Comments
 (0)