Skip to content

Commit

Permalink
doc: use compact gettext catalogs
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Nov 22, 2024
1 parent ab3761d commit 1e30c53
Show file tree
Hide file tree
Showing 44 changed files with 10,836 additions and 20,988 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ You can also run sphinx by hand, that should be faster since it avoids the tox e

.. code-block:: bash
sphinx-build doc build/sphinx/html
sphinx-build doc build/sphinx/html/en
The generated documentation is located at ``build/sphinx/html``.
The generated documentation is located at ``build/sphinx/html/en``.

Code translation
----------------
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,4 @@ def __getattr__(cls, name):
# -- Translation options ------------------------------------------------------
# Advised by https://docs.readthedocs.io/en/latest/guides/manage-translations-sphinx.html#create-translatable-files
gettext_uuid = True
gettext_compact = False
gettext_compact = "doc"
3 changes: 0 additions & 3 deletions doc/gettext/.gitignore

This file was deleted.

Loading

0 comments on commit 1e30c53

Please sign in to comment.