DPDK patches and discussions
 help / color / mirror / Atom feed
* [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	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: fix project version in guides
  2020-10-16  2:50 [dpdk-dev] [PATCH] doc: fix project version in guides Thomas Monjalon
@ 2020-10-16 15:56 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2020-10-16 15:56 UTC (permalink / raw)
  To: dev; +Cc: Bruce Richardson

16/10/2020 04:50, Thomas Monjalon:
> 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>

Applied



^ permalink raw reply	[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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).