diff options
author | 2021-07-02 18:39:15 +0000 | |
---|---|---|
committer | 2021-07-02 18:39:15 +0000 | |
commit | ca5cb1c344059d4b43749596ef850eaddf67bfe4 (patch) | |
tree | 06c559fa0fcb137b498d8507b781c12a551868e5 /docs | |
parent | 231239b36e88da31c7b949bbf41fba0b1cbc8832 (diff) | |
parent | ce408a30304486c646045bea2b538a75f0adbe18 (diff) |
Merge branch 'stable/kali' into 'stable/kali'
Update docs version to Kali
See merge request anuket/opnfvdocs!47
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py index d590ac475..84f1b918f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,14 +42,14 @@ author = 'Anuket Project of Linux Foundation Networking' # built documents. # # The short X.Y version. -version = 'Latest' +version = 'Kali' # The full version, including alpha/beta/rc tags. -release = 'Latest' +release = 'Kali' # The branch this project should link against for projects # following the stable-branch process. On the opnfvdocs stable branch # this should be set to 'stable/<release>' where '<release>' is the # current stable release (Ex: 'stable/gambia') -branch = 'latest' +branch = 'stable-kali' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |