diff options
author | Paul Beesley <paul.beesley@arm.com> | 2019-10-17 13:39:06 +0000 |
---|---|---|
committer | Paul Beesley <paul.beesley@arm.com> | 2019-10-17 13:46:38 +0000 |
commit | 206c077b831870463178b016b5b151bcb5baf913 (patch) | |
tree | 98d85f30df09b67d0c07d650e96cf13cc73d61e3 /docs | |
parent | 19adcb415c313d656324d54e7608cdc7d7a5c414 (diff) | |
download | arm-trusted-firmware-206c077b831870463178b016b5b151bcb5baf913.tar.gz |
doc: Remove version and release variables from conf.py
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>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py index b267de0e8..a100241c1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 |