##// END OF EJS Templates
Merge branch 'master' of https://github.com/ipython/ipython
Nguyen Duy Hai -
r24734:b4c64c2b merge
parent child Browse files
Show More
@@ -4,8 +4,11 b' dependencies:'
4 4 - setuptools>=18.5
5 5 - sphinx>=1.8
6 6 - sphinx_rtd_theme
7 - numpy
8 - nose
9 - testpath
10 - matplotlib
7 11 - pip:
8 12 - docrepr
9 13 - prompt_toolkit
10 - ipython
11 14 - ipykernel
@@ -66,11 +66,6 b' extensions = ['
66 66 'configtraits',
67 67 ]
68 68
69 if ON_RTD:
70 # Remove extensions not currently supported on RTD
71 extensions.remove('IPython.sphinxext.ipython_directive')
72 extensions.remove('IPython.sphinxext.ipython_console_highlighting')
73
74 69 # Add any paths that contain templates here, relative to this directory.
75 70 templates_path = ['_templates']
76 71
@@ -124,6 +119,7 b' github_project_url = "https://github.com/ipython/ipython"'
124 119 # numpydoc config
125 120 numpydoc_show_class_members = False # Otherwise Sphinx emits thousands of warnings
126 121 numpydoc_class_members_toctree = False
122 warning_is_error = True
127 123
128 124 # The default replacements for |version| and |release|, also used in various
129 125 # other places throughout the built documents.
General Comments 0
You need to be logged in to leave comments. Login now