Skip to content

Commit f40dcd3

Browse files
authored
Merge pull request #296 from willingc/execution
update intersphinx target
2 parents 147f2a2 + cefa6a2 commit f40dcd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@
296296

297297

298298
# Example configuration for intersphinx: refer to the Python standard library.
299-
intersphinx_mapping = {'ipython': ('http://ipython.org/ipython-doc/dev/', None)}
299+
intersphinx_mapping = {'ipython': ('http://ipython.readthedocs.io/en/stable/', None)}
300300

301301
# Read The Docs
302302
# on_rtd is whether we are on readthedocs.org, this line of code grabbed from docs.readthedocs.org

0 commit comments

Comments
 (0)