Skip to content

Commit e1e3f06

Browse files
authored
Merge pull request plone#1217 from plone/fix-make-docs-search
Fix make and docs search
2 parents 98180d5 + 684fad4 commit e1e3f06

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ bin/python:
4242
docs/plone.api:
4343
git submodule init; \
4444
git submodule update; \
45-
bin/pip install -e submodules/plone.api[test]; \
45+
bin/pip install -e submodules/plone.api/"[test]"; \
4646
ln -s ../submodules/plone.api/docs ./docs/plone.api
4747
@echo
4848
@echo "Documentation of plone.api initialized."
@@ -51,11 +51,15 @@ docs/plone.restapi:
5151
git submodule init; \
5252
git submodule update; \
5353
ln -s ../submodules/plone.restapi ./docs/plone.restapi
54+
@echo
55+
@echo "Documentation of plone.restapi initialized."
5456

5557
docs/volto:
5658
git submodule init; \
5759
git submodule update; \
5860
ln -s ../submodules/volto/docs/source ./docs/volto
61+
@echo
62+
@echo "Documentation of volto initialized."
5963

6064
.PHONY: deps
6165
deps: bin/python docs/volto docs/plone.restapi docs/plone.api ## Create Python virtual environment, install requirements, initialize or update the volto, plone.restapi, and plone.api submodules, and finally create symlinks to the source files.

docs/_templates/search.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ <h1 id="search-documentation">{{ _('Search') }}</h1>
7979
[
8080
["backend","Backend"],
8181
["plone.api","plone.api"],
82+
["plone.restapi","plone.restapi"],
8283
["classic-ui","Classic UI"],
8384
["volto","Frontend"],
8485
["contributing","Contributing"],

0 commit comments

Comments
 (0)