build: fix make test with distributed src
[vpp.git] / test / doc / conf.py
index 25cd65b..f5e9749 100644 (file)
@@ -18,7 +18,7 @@
 #
 import os
 import sys
-sys.path.insert(0, os.path.abspath('..'))
+sys.path.insert(0, os.path.abspath('../../build-root/build-test/src'))
 
 # -- General configuration ------------------------------------------------
 
@@ -59,7 +59,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'VPP test framework'
-copyright = u'2016, VPP team'
+copyright = u'2019, VPP team'
 author = u'VPP team'
 
 # The version info for the project you're documenting, acts as replacement for
@@ -67,9 +67,9 @@ author = u'VPP team'
 # built documents.
 #
 # The short X.Y version.
-version = u'0.1'
+version = u'20.01'
 # The full version, including alpha/beta/rc tags.
-release = u'0.1'
+release = u'20.01-rc0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.