diff options
-rw-r--r-- | docs/conf.py | 5 | ||||
m--------- | docs/submodules/releng | 0 |
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index 5cf18ddf3..a5e9fd235 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,4 +1,5 @@ import sphinx_bootstrap_theme +import os # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the @@ -40,9 +41,9 @@ author = 'Open Platform for NFV' # built documents. # # The short X.Y version. -version = 'Danube' +version = 'Latest' # The full version, including alpha/beta/rc tags. -release = 'Danube' +release = 'Latest' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/submodules/releng b/docs/submodules/releng -Subproject 2a8f4bd6f17802d530a9578e612bb8e951aa735 +Subproject c2edb31c7198fec681d305cb0e099c5352b4e18 |