summaryrefslogtreecommitdiffstats
path: root/doc/conf.py
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2016-06-20 13:04:29 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-06-20 15:05:05 +0200
commit566b01cd5622ec9abffdb7e6724a91c7f96a7a19 (patch)
treedd32d83eaab753629e72bd9259315b8fdffe5c67 /doc/conf.py
parentc9bc7660cb4fb17c57f16e82a86f034652299993 (diff)
downloadptxdist-566b01cd5622ec9abffdb7e6724a91c7f96a7a19.tar.gz
ptxdist-566b01cd5622ec9abffdb7e6724a91c7f96a7a19.tar.xz
Keep this string verbatim to use it everywhere
Adapt this variable to the same manner as all other variables as well. This ensures we can use them everywhere we want and can define the visible layout locally where we use it. Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 1fa5bbb62..417e14992 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -106,7 +106,7 @@ try:
except:
toolchain = "/opt/OSELAS.Toolchain-2014.12.2/arm-v5te-linux-gnueabi/gcc-4.9.2-glibc-2.20-binutils-2.24-kernel-3.16-sanitized/bin".split("/")
-ptxdistPlatformDir = "``platform-" + os.getenv("PTXCONF_PLATFORM", "versatilepb") + "``"
+ptxdistPlatformDir = "platform-" + os.getenv("PTXCONF_PLATFORM", "versatilepb")
oselasTCNarch = gnu_target.split("-")[0]
oselasTCNvariant = gnu_target.split("-")[1]
oselasTCNVendorVersion = toolchain[-4].split("-")[1]