##// END OF EJS Templates
Fix rtd build and be more strict about builds (fail on warn)....
Matthias Bussonnier -
Show More
@@ -4,8 +4,11 b' dependencies:'
4 - setuptools>=18.5
4 - setuptools>=18.5
5 - sphinx>=1.8
5 - sphinx>=1.8
6 - sphinx_rtd_theme
6 - sphinx_rtd_theme
7 - numpy
8 - nose
9 - testpath
10 - matplotlib
7 - pip:
11 - pip:
8 - docrepr
12 - docrepr
9 - prompt_toolkit
13 - prompt_toolkit
10 - ipython
11 - ipykernel
14 - ipykernel
@@ -66,11 +66,6 b' extensions = ['
66 'configtraits',
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 # Add any paths that contain templates here, relative to this directory.
69 # Add any paths that contain templates here, relative to this directory.
75 templates_path = ['_templates']
70 templates_path = ['_templates']
76
71
@@ -124,6 +119,7 b' github_project_url = "https://github.com/ipython/ipython"'
124 # numpydoc config
119 # numpydoc config
125 numpydoc_show_class_members = False # Otherwise Sphinx emits thousands of warnings
120 numpydoc_show_class_members = False # Otherwise Sphinx emits thousands of warnings
126 numpydoc_class_members_toctree = False
121 numpydoc_class_members_toctree = False
122 warning_is_error = True
127
123
128 # The default replacements for |version| and |release|, also used in various
124 # The default replacements for |version| and |release|, also used in various
129 # other places throughout the built documents.
125 # other places throughout the built documents.
General Comments 0
You need to be logged in to leave comments. Login now