summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorjdenisco <jdenisco@cisco.com>2019-05-17 17:43:31 +0000
committerDave Wallace <dwallacelf@gmail.com>2019-05-17 20:31:10 +0000
commit3bfeff7a9812c025637ee232cca03a6f083bdbc6 (patch)
treef52c3705df51eb0206939c327c0966192600a7e6 /docs
parent18874913fb18c8089362dc72f9a0b3a6ac918f17 (diff)
docs: Fix Versions and Titles
Change-Id: I131e33a570bff8b22c767585d03e2eb281dd7184 Signed-off-by: jdenisco <jdenisco@cisco.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile4
-rw-r--r--docs/about.rst4
-rw-r--r--docs/conf.py4
-rw-r--r--docs/index.rst2
4 files changed, 7 insertions, 7 deletions
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.