diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-05-19 23:15:58 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-05-19 23:15:58 +0900 |
commit | 1514b037d477769dba476d7aa9bdfac64d2f6f6a (patch) | |
tree | c3e2bda2cadddfd943d9c1a104582f8d3b0b4f3a /doc/conf.py | |
parent | 8350736c270c4809429f289b163200c4c8f69d87 (diff) | |
parent | d2d2d7bde350fd5d8dc696cb0eb68e2bc05387ec (diff) | |
download | sphinx-git-1514b037d477769dba476d7aa9bdfac64d2f6f6a.tar.gz |
Merge branch '4.x'
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/conf.py b/doc/conf.py index 6d1dd2362..eae4b3b68 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -35,7 +35,7 @@ htmlhelp_basename = 'Sphinxdoc' epub_theme = 'epub' epub_basename = 'sphinx' epub_author = 'Georg Brandl' -epub_publisher = 'http://sphinx-doc.org/' +epub_publisher = 'https://sphinx-doc.org/' epub_uid = 'web-site' epub_scheme = 'url' epub_identifier = epub_publisher @@ -80,11 +80,11 @@ latex_use_xindy = True autodoc_member_order = 'groupwise' autosummary_generate = False todo_include_todos = True -extlinks = {'duref': ('http://docutils.sourceforge.net/docs/ref/rst/' +extlinks = {'duref': ('https://docutils.sourceforge.io/docs/ref/rst/' 'restructuredtext.html#%s', '%s'), - 'durole': ('http://docutils.sourceforge.net/docs/ref/rst/' + 'durole': ('https://docutils.sourceforge.io/docs/ref/rst/' 'roles.html#%s', '%s'), - 'dudir': ('http://docutils.sourceforge.net/docs/ref/rst/' + 'dudir': ('https://docutils.sourceforge.io/docs/ref/rst/' 'directives.html#%s', '%s')} man_pages = [ |