Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tiago Peixoto
graph-tool
Commits
dccf2873
Commit
dccf2873
authored
Sep 08, 2014
by
Tiago Peixoto
Browse files
Default intersphinx version to python 3
parent
3110f96f
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/conf.py
View file @
dccf2873
...
...
@@ -193,7 +193,7 @@ latex_elements = {
'fontpkg'
:
r
"\usepackage{bookman}"
}
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping
=
{
'python'
:
(
'http://docs.python.org'
,
None
),
intersphinx_mapping
=
{
'python'
:
(
'http://docs.python.org
/3
'
,
None
),
'numpy'
:
(
'http://docs.scipy.org/doc/numpy'
,
None
),
'scipy'
:
(
'http://docs.scipy.org/doc/scipy/reference'
,
None
),
'matplotlib'
:
(
'http://matplotlib.sourceforge.net'
,
None
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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