File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 36
36
'sphinx.ext.mathjax' ,
37
37
'sphinx.ext.viewcode' ,
38
38
'sphinx.ext.autosummary' ,
39
- 'matplotlib.sphinxext.only_directives' ,
40
39
'matplotlib.sphinxext.plot_directive' ,
41
40
'IPython.sphinxext.ipython_directive' ,
42
41
'IPython.sphinxext.ipython_console_highlighting' ,
47
46
autosummary_generate = True
48
47
49
48
numpydoc_show_class_members = False
50
- autodoc_default_flags = [ 'members' ]
49
+ autodoc_default_options = { 'members' : True }
51
50
52
51
53
52
# Add any paths that contain templates here, relative to this directory.
Original file line number Diff line number Diff line change 4
4
Composable cycles
5
5
===================
6
6
7
- .. htmlonly ::
7
+ .. only :: html
8
8
9
9
:Version: |version |
10
10
:Date: |today |
@@ -50,7 +50,6 @@ hashable (as it will eventually be used as the key in a :obj:`dict`).
50
50
from __future__ import print_function
51
51
from cycler import cycler
52
52
53
-
54
53
color_cycle = cycler(color = [' r' , ' g' , ' b' ])
55
54
color_cycle
56
55
You can’t perform that action at this time.
0 commit comments