From 8f7a97c630cacc0b7fb720df541948e69968cabe Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Wed, 7 Apr 2021 13:17:13 -0700 Subject: [PATCH] doc: add 2.4 to doc version menu Signed-off-by: David B. Kinder --- doc/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 5d4c7ca18..71336bf1c 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -199,6 +199,7 @@ html_context = { 'docs_title': docs_title, 'is_release': is_release, 'versions': ( ("latest", "/latest/"), + ("2.4", "/2.4/"), ("2.3", "/2.3/"), ("2.2", "/2.2/"), ("2.1", "/2.1/"), @@ -315,7 +316,7 @@ man_pages = [ # dir menu entry, description, category) texinfo_documents = [ (master_doc, 'Project ACRN', u'Project ACRN Documentation', - author, 'Project ACRN', + author, 'Project ACRN', 'IoT-Optimized Hypervisor for Intel Architecture', 'Miscellaneous'), ]