docs: Minor fixes in publish_docs.sh and sanitizer.rst 40/27340/2
authorJohn DeNisco <jdenisco@cisco.com>
Fri, 29 May 2020 12:56:38 +0000 (08:56 -0400)
committerDave Barach <openvpp@barachs.net>
Fri, 29 May 2020 13:12:40 +0000 (13:12 +0000)
Fix a warning in sanitizer.rst and publish_docs.sh

Type: fix

Signed-off-by: John DeNisco <jdenisco@cisco.com>
Change-Id: I66d724f52a7b724a97a894e1cd35c1239aeedcdf

docs/scripts/publish-docs.sh
docs/troubleshooting/sanitizer.rst

index bd1a9ea..8c3c810 100755 (executable)
@@ -59,6 +59,7 @@ else
     rm -fr $TARGET_DIR
     mkdir -p $TARGET_DIR
     VERSION=v$VPP_BRANCH
+    rm ./static/docs/vpp/latest
     ln -s $VERSION ./static/docs/vpp/latest
 fi
 
index cbe72bc..715f1b3 100644 (file)
@@ -37,6 +37,7 @@ build option, so all VPP targets should be supported. For example:
 
 Once VPP has been built with ASan support you can use it as usual including
 under gdb:
+
 .. code-block:: console
 
     $ gdb --args $PWD/build-root/install-vpp_debug-native/vpp/bin/vpp "unix { interactive }"