From 735060da20f9e9a083c63c64b9180a4b8d86f1b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Krzemi=C5=84ski?= Date: Tue, 7 Jun 2016 20:53:22 +0200 Subject: [PATCH] +doc updated Sphinx install guide (#20743) * updated path to texlive basic 2016 * added few missing packages --- akka-docs/rst/dev/documentation.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/akka-docs/rst/dev/documentation.rst b/akka-docs/rst/dev/documentation.rst index 4f8cd1df23..936da82f96 100644 --- a/akka-docs/rst/dev/documentation.rst +++ b/akka-docs/rst/dev/documentation.rst @@ -116,7 +116,7 @@ Add texlive bin to $PATH: :: - export TEXLIVE_PATH=/usr/local/texlive/2015basic/bin/universal-darwin + export TEXLIVE_PATH=/usr/local/texlive/2016basic/bin/universal-darwin export PATH=$TEXLIVE_PATH:$PATH Add missing tex packages: @@ -131,6 +131,11 @@ Add missing tex packages: sudo tlmgr install helvetic sudo tlmgr install courier sudo tlmgr install multirow + sudo tlmgr install capt-of + sudo tlmgr install needspace + sudo tlmgr install eqparbox + sudo tlmgr install environ + sudo tlmgr install trimspaces If you get the error "unknown locale: UTF-8" when generating the documentation the solution is to define the following environment variables: