summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authoralalazo <massimiliano.culpo@googlemail.com>2016-07-17 22:17:52 +0200
committeralalazo <massimiliano.culpo@googlemail.com>2016-07-17 22:17:52 +0200
commitdc671ad0370fa87ca2e5f09b1da1d54a1bfa0700 (patch)
treee8dae76bf9adf91522781bb9abd9e6b4f54ee41f /lib
parent0e2afedb7fa8286aeb019154b6a5f0085e78b155 (diff)
downloadspack-dc671ad0370fa87ca2e5f09b1da1d54a1bfa0700.tar.gz
spack-dc671ad0370fa87ca2e5f09b1da1d54a1bfa0700.tar.bz2
spack-dc671ad0370fa87ca2e5f09b1da1d54a1bfa0700.tar.xz
spack-dc671ad0370fa87ca2e5f09b1da1d54a1bfa0700.zip
docs : substituted None with empty cell
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/docs/packaging_guide.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/spack/docs/packaging_guide.rst b/lib/spack/docs/packaging_guide.rst
index 861a35c154..a1bfe60059 100644
--- a/lib/spack/docs/packaging_guide.rst
+++ b/lib/spack/docs/packaging_guide.rst
@@ -2606,9 +2606,9 @@ variant names are:
Name Default Description
======= ======== ========================
shared True Build shared libraries
- static None Build static libraries
- mpi None Use MPI
- python None Build Python extension
+ static Build static libraries
+ mpi Use MPI
+ python Build Python extension
======= ======== ========================
If specified in this table, the corresponding default should be used