From b9114a71511185cfa08ae3dea89981b5c41ee973 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Wed, 6 Oct 2021 14:14:51 +0200
Subject: [PATCH] L2SS-432: Added README with doc build instructions

---
 docs/README.md | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 docs/README.md

diff --git a/docs/README.md b/docs/README.md
new file mode 100644
index 000000000..d49db9ded
--- /dev/null
+++ b/docs/README.md
@@ -0,0 +1,9 @@
+To build the sphinx documentation, run:
+
+```
+pip3 install sphinx sphinx-rtd-theme
+
+make html
+```
+
+After which the documentation will be available in html format in the `build/html` directory.
-- 
GitLab