Refactoring of Docs

The docs folder was refactored accroding to the new
templates and instructions provided by the DOC project.

IssueID: OAM-21
Change-Id: I51efbb70699e1d6dc49ab8fc38d33481ad8d6f2a
Signed-off-by: demx8as6 <martin.skorupski@highstreet-technologies.com>
diff --git a/ .readthedocs.yaml b/ .readthedocs.yaml
new file mode 100644
index 0000000..fba6092
--- /dev/null
+++ b/ .readthedocs.yaml
@@ -0,0 +1,17 @@
+---
+version: 2
+
+formats:
+  - htmlzip
+
+build:
+  image: latest
+
+python:
+  version: 3.7
+  install:
+    - requirements: docs/requirements-docs.txt
+
+sphinx:
+  configuration: docs/conf.py
+  
\ No newline at end of file