Show More
@@ -22,7 +22,7 b" ON_RTD = os.environ.get('READTHEDOCS', None) == 'True'" | |||
|
22 | 22 | if ON_RTD: |
|
23 | 23 | # Mock the presence of matplotlib, which we don't have on RTD |
|
24 | 24 | # see |
|
25 |
# http://read-the-docs.readthedocs.o |
|
|
25 | # http://read-the-docs.readthedocs.io/en/latest/faq.html | |
|
26 | 26 | tags.add('rtd') |
|
27 | 27 | |
|
28 | 28 | # RTD doesn't use the Makefile, so re-run autogen_{things}.py here. |
@@ -203,10 +203,10 b" htmlhelp_basename = 'ipythondoc'" | |||
|
203 | 203 | |
|
204 | 204 | intersphinx_mapping = {'python': ('http://docs.python.org/3/', None), |
|
205 | 205 | 'rpy2': ('http://rpy.sourceforge.net/rpy2/doc-2.4/html/', None), |
|
206 |
'traitlets': ('http://traitlets.readthedocs.o |
|
|
207 |
'jupyterclient': ('http://jupyter-client.readthedocs.o |
|
|
208 |
'ipyparallel': ('http://ipyparallel.readthedocs.o |
|
|
209 |
'jupyter': ('http://jupyter.readthedocs.o |
|
|
206 | 'traitlets': ('http://traitlets.readthedocs.io/en/latest/', None), | |
|
207 | 'jupyterclient': ('http://jupyter-client.readthedocs.io/en/latest/', None), | |
|
208 | 'ipyparallel': ('http://ipyparallel.readthedocs.io/en/latest/', None), | |
|
209 | 'jupyter': ('http://jupyter.readthedocs.io/en/latest/', None), | |
|
210 | 210 | } |
|
211 | 211 | |
|
212 | 212 | # Options for LaTeX output |
General Comments 0
You need to be logged in to leave comments.
Login now