doc: show information about documentation current version

show different information based on the state of the current
documentation and link to development version and released
versions depending on where the user lands.

Change-Id: Ifa6263900222db483efa0388e2588dd97222ecb6
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
diff --git a/doc/Makefile b/doc/Makefile
index 7ba82ba..a07db81 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -6,6 +6,7 @@
 SPHINXBUILD   = sphinx-build
 PAPER         =
 BUILDDIR      = _build
+DOC_TAG      ?= development
 
 # User-friendly check for sphinx-build
 ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
@@ -66,7 +67,7 @@
 	srctree=../ SRCARCH=x86 python $< ../Kconfig reference/kconfig/
 
 html: kconfig
-	$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
+	$(SPHINXBUILD) -t $(DOC_TAG) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
 	@mkdir -p $(BUILDDIR)/html/api
 	@cp -a html $(BUILDDIR)/html/api
 	@echo