From 230c6116015b1fec216e5b96a41144c9562e26de Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Mon, 7 Jun 2021 17:02:00 +0200
Subject: [PATCH] add more dependencies for make doc to README_SETUP

---
 README_SETUP.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README_SETUP.md b/README_SETUP.md
index 60fb212a..64e613dd 100644
--- a/README_SETUP.md
+++ b/README_SETUP.md
@@ -198,6 +198,9 @@ Stand-alone documentation is built using Sphinx: `make doc`
 ### Requirements ##
 
 - sphinx
+* sphinx-rtd-theme
+* sphinxcontrib-plantuml
+* recommonmark
 - javasphinx :: `pip3 install --user javasphinx`
   - Alternative, if javasphinx fails because python3-sphinx is too recent:
     (`l_` not found):
-- 
GitLab