File tree 1 file changed +3
-8
lines changed
1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 46
46
# see https://github.com/numpy/numpydoc/issues/69
47
47
numpydoc_show_class_members = False
48
48
49
- # pngmath / imgmath compatibility layer for different sphinx versions
50
- import sphinx
51
- from distutils .version import LooseVersion
52
- if LooseVersion (sphinx .__version__ ) < LooseVersion ('1.4' ):
53
- extensions .append ('sphinx.ext.pngmath' )
54
- else :
55
- extensions .append ('sphinx.ext.imgmath' )
49
+ extensions .append ('sphinx.ext.imgmath' )
50
+ imgmath_image_format = 'svg'
56
51
57
52
autodoc_default_flags = ['members' , 'inherited-members' ]
58
53
138
133
# Theme options are theme-specific and customize the look and feel of a theme
139
134
# further. For a list of options available for each theme, see the
140
135
# documentation.
141
- # html_theme_options = {'prev_next_buttons_location': None }
136
+ # html_theme_options = {}
142
137
143
138
# Add any paths that contain custom themes here, relative to this directory.
144
139
html_theme_path = [sphinx_rtd_theme .get_html_theme_path ()]
You can’t perform that action at this time.
0 commit comments