diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-05-19 23:04:48 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-19 23:04:48 +0900 |
commit | 9a132b4f8114f1652a9bc494b740b6632c3545a9 (patch) | |
tree | ea754f822607eb92319534a0bb2ae8c81cb676b3 /doc/conf.py | |
parent | d9be8f6d4e76bb8b6fd4cb08a4f6dbbb0fcef5b5 (diff) | |
parent | 567ff22716ac258b9edd2c1711d766b440ac0b11 (diff) | |
download | sphinx-git-9a132b4f8114f1652a9bc494b740b6632c3545a9.tar.gz |
Merge branch '4.x' into 9224_type_containing_whitespace
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 3eb01b5ea..add9e8d61 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', ''), - 'durole': ('http://docutils.sourceforge.net/docs/ref/rst/' + 'durole': ('https://docutils.sourceforge.io/docs/ref/rst/' 'roles.html#%s', ''), - 'dudir': ('http://docutils.sourceforge.net/docs/ref/rst/' + 'dudir': ('https://docutils.sourceforge.io/docs/ref/rst/' 'directives.html#%s', '')} man_pages = [ |