Browse Source

Ensure intersphinx points to the Japanese documentation.

pull/1486/merge
Rapptz 7 years ago
parent
commit
86712c4d60
  1. 2
      docs/conf.py

2
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)

Loading…
Cancel
Save