From c7e259af5499c1cd5b15389936fec83a0cb2554c Mon Sep 17 00:00:00 2001 From: Philipp Spitzer Date: Tue, 23 Apr 2019 20:07:18 +0200 Subject: [PATCH 1/1] Describe how to setup a virtualenv to generate the sphinx documentation. --- web/README | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/web/README b/web/README index 0dd0ca6..69dacc1 100644 --- a/web/README +++ b/web/README @@ -41,6 +41,15 @@ Generate documentation: cd doc SEEPARKINI=~/seewasser.ini make web +To make this run on Debian Buster we had to do the following first + +$ cd /home/philipp/opt/pyenv +$ virtualenv -p python3 --system-site-packages seepark +$ source seepark/bin/activate +$ pip install --upgrade sphinx +$ pip install --upgrade sphinxcontrib-httpdomain + + --- Execute unittests -- 2.47.3