From 3bfeff7a9812c025637ee232cca03a6f083bdbc6 Mon Sep 17 00:00:00 2001 From: jdenisco Date: Fri, 17 May 2019 17:43:31 +0000 Subject: docs: Fix Versions and Titles Change-Id: I131e33a570bff8b22c767585d03e2eb281dd7184 Signed-off-by: jdenisco --- docs/Makefile | 4 ++-- docs/about.rst | 4 ++-- docs/conf.py | 4 ++-- docs/index.rst | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'docs') diff --git a/docs/Makefile b/docs/Makefile index 60e4b90b94a..430877792a8 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -4,7 +4,7 @@ # You can set these variables from the command line. SPHINXOPTS = SPHINXBUILD = sphinx-build -SPHINXPROJ = fdio-firstcut +SPHINXPROJ = fdio-vpp SOURCEDIR = . BUILDDIR = _build @@ -17,4 +17,4 @@ help: # Catch-all target: route all unknown targets to Sphinx using the new # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). %: Makefile - @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) \ No newline at end of file + @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) diff --git a/docs/about.rst b/docs/about.rst index 0bbfccc42b9..a7c747b54ba 100644 --- a/docs/about.rst +++ b/docs/about.rst @@ -4,6 +4,6 @@ About ===== -**VPP Version:** 19.08-rc0~147-g8ef7c4c +**VPP Version:** 19.08-rc0~238-g0a715cd03 -**Built on:** Fri May 10 19:23:10 GMT 2019 +**Built on:** Fri May 17 17:37:25 GMT 2019 diff --git a/docs/conf.py b/docs/conf.py index 8e8d422e519..f3332c9a2c5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,9 +23,9 @@ copyright = u'2018, Linux Foundation' author = u'John DeNisco' # The short X.Y version -version = u'' +version = u'19.08' # The full version, including alpha/beta/rc tags -release = u'1.0' +release = u'01' # -- General configuration --------------------------------------------------- diff --git a/docs/index.rst b/docs/index.rst index ee2b2a9708f..d8b7ba435fb 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,4 +1,4 @@ -.. fdio-firstcut documentation master file, created by +.. fdio-vpp documentation master file, created by sphinx-quickstart on Thu Apr 12 11:02:31 2018. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. -- cgit 1.2.3-korg