japanese-pdf

This documentation should build properly when selecting Japanese from Admin > Language.

Here are some text in Japanese as example (using Google Translator):

これは日本語の例です。

それは成功するべきであり、エラーは報告されるべきではありません。

The PDF can be seen here and should look correct.


Sphinx configuration file to build this docs (see full file),

 1# -*- coding: utf-8 -*-
 2
 3# Default settings
 4project = 'Test Builds'
 5extensions = [
 6    'sphinx_autorun',
 7]
 8
 9# Include all your settings here
10html_theme = 'sphinx_rtd_theme'
11
12
13
14

>>> # Build at
>>> import datetime
>>> datetime.datetime.utcnow()  # UTC
datetime.datetime(2022, 6, 21, 17, 5, 59, 920976)