Skip to content

Commit

Permalink
doc: Upgraded babel.pocoo.org links to HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
igo95862 committed May 16, 2021
1 parent 29aaf20 commit 7554ad9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions babel.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# How to setup this file
# http://babel.pocoo.org/en/latest/installation.html
# https://babel.pocoo.org/en/latest/installation.html
# this file description:
# http://babel.pocoo.org/en/latest/messages.html
# https://babel.pocoo.org/en/latest/messages.html

# Extraction from Python source files
[python: **.py]
Expand Down
2 changes: 1 addition & 1 deletion doc/extdev/i18n.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ message catalog template and message catalogs, for example via `Babel`_:
$ pybabel extract --output=src/locale/myextension.pot src/
$ pybabel update --input-file=src/locale/myextension.pot --domain=myextension --output-dir=src/locale
.. _Babel: http://babel.pocoo.org/
.. _Babel: https://babel.pocoo.org/
2 changes: 1 addition & 1 deletion doc/internals/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7554ad9

Please sign in to comment.