Skip to content

Commit 60e1c21

Browse files
authored
Update intersphinx urls (#1048)
1 parent 5d0a396 commit 60e1c21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ def is_development_build():
5252
pygments_style = 'default'
5353

5454
intersphinx_mapping = {
55-
'rtd': ('https://docs.readthedocs.io/en/latest/', None),
56-
'sphinx': ('http://www.sphinx-doc.org/en/stable/', None),
55+
'rtd': ('https://docs.readthedocs.io/en/stable/', None),
56+
'sphinx': ('https://www.sphinx-doc.org/en/stable/', None),
5757
}
5858

5959
html_theme = 'sphinx_rtd_theme'

0 commit comments

Comments
 (0)