diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-12-10 01:45:15 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-12-10 01:45:15 +0900 |
commit | 980ccc4c2a965294b717cfc4e0c56d3724e5de0f (patch) | |
tree | a6fbe2d9c790b4730788f50f600108be92c1df9d /doc/conf.py | |
parent | 9ba5e683159243e85733075484b132ee29ae58e5 (diff) | |
parent | 58513449341e540a722645878678d89fc9c21b0d (diff) | |
download | sphinx-git-980ccc4c2a965294b717cfc4e0c56d3724e5de0f.tar.gz |
Merge branch '4.x'
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py index 4280d2efd..cb958443d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -109,6 +109,7 @@ texinfo_documents = [ intersphinx_mapping = { 'python': ('https://docs.python.org/3/', None), 'requests': ('https://requests.readthedocs.io/en/master', None), + 'readthedocs': ('https://docs.readthedocs.io/en/stable', None), } # Sphinx document translation with sphinx gettext feature uses these settings: |