mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Update babel URL to new domain
Also update a couple of URLs to HTTPS
This commit is contained in:
parent
49a805cdaa
commit
495d984db3
@ -205,8 +205,8 @@ The parts of messages in Sphinx that go into builds are translated into several
|
|||||||
locales. The translations are kept as gettext ``.po`` files translated from the
|
locales. The translations are kept as gettext ``.po`` files translated from the
|
||||||
master template ``sphinx/locale/sphinx.pot``.
|
master template ``sphinx/locale/sphinx.pot``.
|
||||||
|
|
||||||
Sphinx uses `Babel <http://babel.edgewall.org>`_ to extract messages and
|
Sphinx uses `Babel <http://babel.pocoo.org/en/latest/>`_ to extract messages
|
||||||
maintain the catalog files. It is integrated in ``setup.py``:
|
and maintain the catalog files. It is integrated in ``setup.py``:
|
||||||
|
|
||||||
* Use ``python setup.py extract_messages`` to update the ``.pot`` template.
|
* Use ``python setup.py extract_messages`` to update the ``.pot`` template.
|
||||||
* Use ``python setup.py update_catalog`` to update all existing language
|
* Use ``python setup.py update_catalog`` to update all existing language
|
||||||
@ -279,7 +279,7 @@ Debugging Tips
|
|||||||
* JavaScript stemming algorithms in ``sphinx/search/*.py`` (except ``en.py``) are
|
* JavaScript stemming algorithms in ``sphinx/search/*.py`` (except ``en.py``) are
|
||||||
generated by this
|
generated by this
|
||||||
`modified snowballcode generator <https://github.com/shibukawa/snowball>`_.
|
`modified snowballcode generator <https://github.com/shibukawa/snowball>`_.
|
||||||
Generated `JSX <http://jsx.github.io/>`_ files are
|
Generated `JSX <https://jsx.github.io/>`_ files are
|
||||||
in `this repository <https://github.com/shibukawa/snowball-stemmer.jsx>`_.
|
in `this repository <https://github.com/shibukawa/snowball-stemmer.jsx>`_.
|
||||||
You can get the resulting JavaScript files using the following command::
|
You can get the resulting JavaScript files using the following command::
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user