From 86712c4d60132fc3a26fc5a3e68b4397d5a963f1 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Wed, 8 Aug 2018 00:19:40 -0400 Subject: [PATCH] Ensure intersphinx points to the Japanese documentation. --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 419778c32..bc2aab17e 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)