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.
This commit is contained in:
parent
6d54212b94
commit
3ae5262182
@ -150,7 +150,7 @@ def setup(sphinx):
|
|||||||
|
|
||||||
# Sphinx gettext settings
|
# Sphinx gettext settings
|
||||||
gettext_compact = True
|
gettext_compact = True
|
||||||
gettext_uuid = True
|
gettext_uuid = False
|
||||||
|
|
||||||
# There are two options for replacing |today|: either, you set today to some
|
# There are two options for replacing |today|: either, you set today to some
|
||||||
# non-false value, then it is used:
|
# non-false value, then it is used:
|
||||||
|
@ -4,3 +4,4 @@
|
|||||||
sphinx==2.0.1
|
sphinx==2.0.1
|
||||||
sphinxcontrib-programoutput==0.14
|
sphinxcontrib-programoutput==0.14
|
||||||
sphinx-rtd-theme==0.4.3
|
sphinx-rtd-theme==0.4.3
|
||||||
|
python-levenshtein
|
||||||
|
Loading…
Reference in New Issue
Block a user