mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Docs: Fix intersphinx_mapping (#1110)
Sphinx documentation has moved from https://www.sphinx-doc.org/en/stable/ to https://www.sphinx-doc.org/en/master/ Fixes the command line message: ``` intersphinx inventory has moved: https://www.sphinx-doc.org/en/stable/objects.inv -> https://www.sphinx-doc.org/en/master/objects.inv ```
This commit is contained in:
parent
c984d08dae
commit
aa28eecc3a
@ -41,7 +41,7 @@ pygments_style = 'default'
|
|||||||
|
|
||||||
intersphinx_mapping = {
|
intersphinx_mapping = {
|
||||||
'rtd': ('https://docs.readthedocs.io/en/stable/', None),
|
'rtd': ('https://docs.readthedocs.io/en/stable/', None),
|
||||||
'sphinx': ('https://www.sphinx-doc.org/en/stable/', None),
|
'sphinx': ('https://www.sphinx-doc.org/en/master/', None),
|
||||||
}
|
}
|
||||||
|
|
||||||
html_theme = 'sphinx_rtd_theme'
|
html_theme = 'sphinx_rtd_theme'
|
||||||
|
Loading…
Reference in New Issue
Block a user