Skip to content

Commit 7342ee9

Browse files
committed
Fix Sphinx toctree warnings from included CHANGELOG.md.
See plone/volto#4422 - Use a relative symlink from inside the volto docs directory to the news directory at the volto root.
1 parent 28b4d54 commit 7342ee9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ docs/volto:
5858
git submodule init; \
5959
git submodule update; \
6060
ln -s ../submodules/volto/docs/source ./docs/volto
61+
ln -s ../submodules/volto/docs/source/news ./docs/volto/news
6162
@echo
6263
@echo "Documentation of volto initialized."
6364

0 commit comments

Comments
 (0)