Skip to content
Snippets Groups Projects
Unverified Commit 8cd861a7 authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[doc][conf] Fix extra links to follow latest format

The way it is done currently has been deprecated for a long time
and support will be removed in version 8 of sphinx.
parent 13c93508
Branches
Tags v2.0.7
1 merge request!90Fix extra links to follow latest format
......@@ -250,5 +250,8 @@ else:
intersphinx_mapping = link_documentation()
# Adds simplejson, pyzmq links
intersphinx_mapping["http://simplejson.readthedocs.io/en/stable/"] = None
intersphinx_mapping["http://pyzmq.readthedocs.io/en/stable/"] = None
intersphinx_mapping["simplejson"] = (
"http://simplejson.readthedocs.io/en/stable/",
None,
)
intersphinx_mapping["pyzmq"] = ("http://pyzmq.readthedocs.io/en/stable/", None)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment