summaryrefslogtreecommitdiff
path: root/lib/spack/docs/conf.py
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2019-05-27 13:42:27 -0700
committerGitHub <noreply@github.com>2019-05-27 13:42:27 -0700
commit3ae5262182ea585b5547fd3d2b60738c99262728 (patch)
tree262f0d69a860afa40684cc4f9f686262845730cc /lib/spack/docs/conf.py
parent6d54212b94d938ac27b1c7821bc4424fd4a049c0 (diff)
downloadspack-3ae5262182ea585b5547fd3d2b60738c99262728.tar.gz
spack-3ae5262182ea585b5547fd3d2b60738c99262728.tar.bz2
spack-3ae5262182ea585b5547fd3d2b60738c99262728.tar.xz
spack-3ae5262182ea585b5547fd3d2b60738c99262728.zip
docs: set gettext_uuid to False to reduce churn (#11567)
- `gettext_uuid=True` makes every commit update every .pot file in spack/localized-docs, and speeds up the internationalized doc build slightly. - Optimize for less repository churn, and use `python-levenshtein` to accelerate the build instead.
Diffstat (limited to 'lib/spack/docs/conf.py')
-rw-r--r--lib/spack/docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/conf.py b/lib/spack/docs/conf.py
index 7b5ebcbb12..44ce87d55f 100644
--- a/lib/spack/docs/conf.py
+++ b/lib/spack/docs/conf.py
@@ -150,7 +150,7 @@ release = spack.spack_version
# Sphinx gettext settings
gettext_compact = True
-gettext_uuid = True
+gettext_uuid = False
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used: