##// END OF EJS Templates
too many nitpicks
Matthias Bussonnier -
Show More
@@ -66,8 +66,6 b' extensions = ['
66 'configtraits',
66 'configtraits',
67 ]
67 ]
68
68
69 nitpicky = True
70
71 # Add any paths that contain templates here, relative to this directory.
69 # Add any paths that contain templates here, relative to this directory.
72 templates_path = ['_templates']
70 templates_path = ['_templates']
73
71
@@ -235,7 +233,8 b" intersphinx_mapping = {'python': ('https://docs.python.org/3/', None),"
235 'ipykernel': ('https://ipykernel.readthedocs.io/en/latest/', None),
233 'ipykernel': ('https://ipykernel.readthedocs.io/en/latest/', None),
236 'prompt_toolkit' : ('https://python-prompt-toolkit.readthedocs.io/en/stable/', None),
234 'prompt_toolkit' : ('https://python-prompt-toolkit.readthedocs.io/en/stable/', None),
237 'ipywidgets': ('https://ipywidgets.readthedocs.io/en/stable/', None),
235 'ipywidgets': ('https://ipywidgets.readthedocs.io/en/stable/', None),
238 'ipyparallel': ('https://ipyparallel.readthedocs.io/en/stable/', None)
236 'ipyparallel': ('https://ipyparallel.readthedocs.io/en/stable/', None),
237 'pip': ('https://pip.pypa.io/en/stable/', None)
239 }
238 }
240
239
241 # Options for LaTeX output
240 # Options for LaTeX output
General Comments 0
You need to be logged in to leave comments. Login now