Ensure intersphinx points to the Japanese documentation.
This commit is contained in:
parent
45d521c939
commit
86712c4d60
@ -319,3 +319,5 @@ texinfo_documents = [
|
|||||||
|
|
||||||
def setup(app):
|
def setup(app):
|
||||||
app.add_javascript('custom.js')
|
app.add_javascript('custom.js')
|
||||||
|
if app.config.language == 'ja':
|
||||||
|
app.config.intersphinx_mapping['python'] = ('https://docs.python.org/ja/3', None)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user