
- `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.
8 lines
182 B
Plaintext
8 lines
182 B
Plaintext
# These dependencies should be installed using pip in order
|
|
# to build the documentation.
|
|
|
|
sphinx==2.0.1
|
|
sphinxcontrib-programoutput==0.14
|
|
sphinx-rtd-theme==0.4.3
|
|
python-levenshtein
|