Skip to content

Commit

Permalink
Add internationalization configurations to conf.py (#1006)
Browse files Browse the repository at this point in the history
* Add internationalization configurations to conf.py

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
tkoyama010 and pre-commit-ci[bot] authored Jul 17, 2024
1 parent d88941f commit 2aff393
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ def autolog(message: str, section: str | None = None, color: str | None = None)
# The master toctree document.
root_doc = "index"

# Sphinx document translation with sphinx gettext feature uses these settings:
locale_dirs = ["locale/"]
gettext_compact = False

# -- Project information -----------------------------------------------------
# See https://www.sphinx-doc.org/en/master/config.html#project-information
Expand Down

0 comments on commit 2aff393

Please sign in to comment.