diff options
author | jdenisco <jdenisco@cisco.com> | 2019-05-17 17:43:31 +0000 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2019-05-17 20:31:10 +0000 |
commit | 3bfeff7a9812c025637ee232cca03a6f083bdbc6 (patch) | |
tree | f52c3705df51eb0206939c327c0966192600a7e6 /docs/Makefile | |
parent | 18874913fb18c8089362dc72f9a0b3a6ac918f17 (diff) |
docs: Fix Versions and Titles
Change-Id: I131e33a570bff8b22c767585d03e2eb281dd7184
Signed-off-by: jdenisco <jdenisco@cisco.com>
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 4 |
1 files changed, 2 insertions, 2 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) |