doc: Remove version and release variables from conf.py
authorPaul Beesley <paul.beesley@arm.com>
Thu, 17 Oct 2019 13:39:06 +0000 (13:39 +0000)
committerPaul Beesley <paul.beesley@arm.com>
Thu, 17 Oct 2019 13:46:38 +0000 (13:46 +0000)
We would need to update this version for the release but, in fact,
it is not required for our publishing workflow; the hosted version
of the docs uses git commit/tag information in place of these
variables anyway.

Instead of updating the version, just remove these variables
entirely.

Change-Id: I424c4e45786e87604e91c7197b7983579afe4806
Signed-off-by: Paul Beesley <paul.beesley@arm.com>
docs/conf.py

index b267de0e86311a2110c626a6e7cb98d766a1f2bf..a100241c1c0bd14ba8209ba0d9574c7a81618bb4 100644 (file)
@@ -15,9 +15,6 @@ import os
 
 project = 'Trusted Firmware-A'
 
-version = '2.1'
-release = version # We don't need these to be distinct
-
 # -- General configuration ---------------------------------------------------
 
 # Add any Sphinx extension module names here, as strings. They can be