From: Philipp Spitzer Date: Tue, 23 Apr 2019 18:07:18 +0000 (+0200) Subject: Describe how to setup a virtualenv to generate the sphinx documentation. X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/commitdiff_plain/c7e259af5499c1cd5b15389936fec83a0cb2554c?hp=27c0f788b0d0dc5adbedae34bfe1d0f301c2d3ab Describe how to setup a virtualenv to generate the sphinx documentation. --- 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