diff --git a/docs/source/conf.py b/docs/source/conf.py index 23a4799..21906b0 100755 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -66,8 +66,6 @@ extensions = [ 'configtraits', ] -nitpicky = True - # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] @@ -235,7 +233,8 @@ intersphinx_mapping = {'python': ('https://docs.python.org/3/', None), 'ipykernel': ('https://ipykernel.readthedocs.io/en/latest/', None), 'prompt_toolkit' : ('https://python-prompt-toolkit.readthedocs.io/en/stable/', None), 'ipywidgets': ('https://ipywidgets.readthedocs.io/en/stable/', None), - 'ipyparallel': ('https://ipyparallel.readthedocs.io/en/stable/', None) + 'ipyparallel': ('https://ipyparallel.readthedocs.io/en/stable/', None), + 'pip': ('https://pip.pypa.io/en/stable/', None) } # Options for LaTeX output