Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorigo95862 <igo95862@yandex.ru>2021-05-16 16:16:09 +0300
committerigo95862 <igo95862@yandex.ru>2021-05-16 16:37:51 +0300
commit7554ad95937d487d93612a64e5c5fcea127883be (patch)
tree58620554a722af76525bd41d149c23c0baf281ff /doc/internals
parent29aaf20a114060398a48cd9822c796817d3d8b80 (diff)
doc: Upgraded babel.pocoo.org links to HTTPS
Diffstat (limited to 'doc/internals')
-rw-r--r--doc/internals/contributing.rst2
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.