summaryrefslogtreecommitdiff
path: root/lib/spack/docs/requirements.txt
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/requirements.txt
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/requirements.txt')
-rw-r--r--lib/spack/docs/requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/spack/docs/requirements.txt b/lib/spack/docs/requirements.txt
index ebe7267680..190b018a0b 100644
--- a/lib/spack/docs/requirements.txt
+++ b/lib/spack/docs/requirements.txt
@@ -4,3 +4,4 @@
sphinx==2.0.1
sphinxcontrib-programoutput==0.14
sphinx-rtd-theme==0.4.3
+python-levenshtein