docs: fix build after removal of json schemas

This commit is contained in:
Iain Learmonth 2024-11-16 19:07:31 +00:00
parent 90575b076e
commit d9b62a373d
3 changed files with 3 additions and 8 deletions

View file

@ -17,9 +17,6 @@ Create and activate a virtual environment with:
python -m venv env
. env/bin/activate
You will need to install an entry into the portal user's crontab:
.. code-block:: crontab
You will need to install an entry into the portal user's crontab::
*/1 * * * * (cd /path/to/portal ; /path/to/env/bin/python -m app.cli automate --all) &>/dev/null