We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d0a396 commit 60e1c21Copy full SHA for 60e1c21
docs/conf.py
@@ -52,8 +52,8 @@ def is_development_build():
52
pygments_style = 'default'
53
54
intersphinx_mapping = {
55
- 'rtd': ('https://docs.readthedocs.io/en/latest/', None),
56
- 'sphinx': ('http://www.sphinx-doc.org/en/stable/', None),
+ 'rtd': ('https://docs.readthedocs.io/en/stable/', None),
+ 'sphinx': ('https://www.sphinx-doc.org/en/stable/', None),
57
}
58
59
html_theme = 'sphinx_rtd_theme'
0 commit comments