[VOL-2876]

Documentation cleanup and more compliant swagger docs
Update to python3 venv and Sphinx to build docs

(Cherry pick of https://gerrit.opencord.org/c/18434/ without root
Makefile changes)

Change-Id: I625179608c918c2889f31711624e93477d493c07
diff --git a/docs/Makefile b/docs/Makefile
index 13176dc..a2df413 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -17,9 +17,8 @@
 	$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
 
 doc_venv:
-	virtualenv $@ ;\
+	virtualenv -p python3 $@ ;\
 	source $@/bin/activate ;\
-	pip install livereload ;\
 	pip install -r requirements.txt
 
 lint: doc8