diff options
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 419778c3..bc2aab17 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -319,3 +319,5 @@ texinfo_documents = [ def setup(app): app.add_javascript('custom.js') + if app.config.language == 'ja': + app.config.intersphinx_mapping['python'] = ('https://docs.python.org/ja/3', None) |