Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
6aa15da6
Unverified
Commit
6aa15da6
authored
Nov 02, 2021
by
Matti Picus
Committed by
GitHub
Nov 01, 2021
Browse files
DOC: fix intersphinx links (#4822)
parent
732fc0bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs/source/conf.py
docs/source/conf.py
+2
-2
No files found.
docs/source/conf.py
View file @
6aa15da6
...
@@ -199,9 +199,9 @@ texinfo_documents = [
...
@@ -199,9 +199,9 @@ texinfo_documents = [
# Example configuration for intersphinx: refer to the Python standard library.
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping
=
{
intersphinx_mapping
=
{
"python"
:
(
"https://docs.python.org/"
,
None
),
"python"
:
(
"https://docs.python.org/
3/
"
,
None
),
"torch"
:
(
"https://pytorch.org/docs/stable/"
,
None
),
"torch"
:
(
"https://pytorch.org/docs/stable/"
,
None
),
"numpy"
:
(
"http://
docs.sci
py.org/doc/
numpy
/"
,
None
),
"numpy"
:
(
"http
s
://
num
py.org/doc/
stable
/"
,
None
),
"PIL"
:
(
"https://pillow.readthedocs.io/en/stable/"
,
None
),
"PIL"
:
(
"https://pillow.readthedocs.io/en/stable/"
,
None
),
"matplotlib"
:
(
"https://matplotlib.org/stable/"
,
None
),
"matplotlib"
:
(
"https://matplotlib.org/stable/"
,
None
),
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment