diff options
| author | igo95862 <igo95862@yandex.ru> | 2021-05-16 16:16:09 +0300 |
|---|---|---|
| committer | igo95862 <igo95862@yandex.ru> | 2021-05-16 16:37:51 +0300 |
| commit | 7554ad95937d487d93612a64e5c5fcea127883be (patch) | |
| tree | 58620554a722af76525bd41d149c23c0baf281ff /doc/internals | |
| parent | 29aaf20a114060398a48cd9822c796817d3d8b80 (diff) | |
| download | sphinx-git-7554ad95937d487d93612a64e5c5fcea127883be.tar.gz | |
doc: Upgraded babel.pocoo.org links to HTTPS
Diffstat (limited to 'doc/internals')
| -rw-r--r-- | doc/internals/contributing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/internals/contributing.rst b/doc/internals/contributing.rst index 04c3a8c96..6977614cd 100644 --- a/doc/internals/contributing.rst +++ b/doc/internals/contributing.rst @@ -251,7 +251,7 @@ 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 master template :file:`sphinx/locale/sphinx.pot`. -Sphinx uses `Babel <http://babel.pocoo.org/en/latest/>`_ to extract messages +Sphinx uses `Babel <https://babel.pocoo.org/en/latest/>`_ to extract messages and maintain the catalog files. It is integrated in ``setup.py``: * Use ``python setup.py extract_messages`` to update the ``.pot`` template. |
