* [dpdk-dev] [PATCH] doc: fix project version in guides
@ 2020-10-16 2:50 Thomas Monjalon
2020-10-16 15:56 ` Thomas Monjalon
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Monjalon @ 2020-10-16 2:50 UTC (permalink / raw)
To: dev; +Cc: Bruce Richardson
The DPDK version should appear in the top left corner of the HTML guides.
When dropping make, the variable version has been removed,
so Sphinx stopped integrating the version number.
Fixes: a4362f150204 ("doc: build without using make")
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
doc/guides/conf.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/doc/guides/conf.py b/doc/guides/conf.py
index 270754b901..2ffe5a5969 100644
--- a/doc/guides/conf.py
+++ b/doc/guides/conf.py
@@ -33,6 +33,7 @@
highlight_language = 'none'
release = environ['DPDK_VERSION']
+version = release
master_doc = 'index'
--
2.28.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-10-16 15:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-16 2:50 [dpdk-dev] [PATCH] doc: fix project version in guides Thomas Monjalon
2020-10-16 15:56 ` Thomas Monjalon
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.