Doc: update conf.py file to include v1.4

Signed-off-by: Deb Taylor <deb.taylor@intel.com>
This commit is contained in:
Deb Taylor 2019-11-07 19:14:52 -05:00 committed by deb-intel
parent 7b9f2f643e
commit 96edee5e03

View File

@ -186,10 +186,10 @@ else:
html_context = {
'current_version': current_version,
'versions': ( ("latest", "/latest/"),
("1.4", "/1.4/"),
("1.3", "/1.3/"),
("1.2", "/1.2/"),
("1.1", "/1.1/"),
("1.0", "/1.0/"),
)
}