@@ -192,22 +192,24 @@ def check_sphinx_version(expected_version):
192
192
# Add any Sphinx extension module names here, as strings. They can be
193
193
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
194
194
# ones.
195
- extensions = ['sphinx_astropy.ext.intersphinx_toggle' ,
196
- 'sphinx.ext.autodoc' ,
197
- 'sphinx.ext.intersphinx' ,
198
- 'sphinx.ext.todo' ,
199
- 'sphinx.ext.coverage' ,
200
- 'sphinx.ext.inheritance_diagram' ,
201
- 'sphinx.ext.viewcode' ,
202
- 'sphinxcontrib.jquery' ,
203
- 'numpydoc' ,
204
- 'sphinx_automodapi.automodapi' ,
205
- 'sphinx_automodapi.smart_resolver' ,
206
- 'sphinx_astropy.ext.changelog_links' ,
207
- 'sphinx_astropy.ext.generate_config' ,
208
- 'sphinx_astropy.ext.missing_static' ,
209
- 'sphinx.ext.mathjax' ,
210
- 'pytest_doctestplus.sphinx.doctestplus' ]
195
+ extensions = [
196
+ 'sphinx.ext.autodoc' ,
197
+ 'sphinx.ext.coverage' ,
198
+ 'sphinx.ext.inheritance_diagram' ,
199
+ 'sphinx.ext.intersphinx' ,
200
+ 'sphinx.ext.mathjax' ,
201
+ 'sphinx.ext.todo' ,
202
+ 'sphinx.ext.viewcode' ,
203
+ 'sphinxcontrib.jquery' ,
204
+ 'numpydoc' ,
205
+ 'pytest_doctestplus.sphinx.doctestplus' ,
206
+ 'sphinx_astropy.ext.changelog_links' ,
207
+ 'sphinx_astropy.ext.generate_config' ,
208
+ 'sphinx_astropy.ext.intersphinx_toggle' ,
209
+ 'sphinx_astropy.ext.missing_static' ,
210
+ 'sphinx_automodapi.automodapi' ,
211
+ 'sphinx_automodapi.smart_resolver' ,
212
+ ]
211
213
212
214
try :
213
215
import matplotlib .sphinxext .plot_directive
@@ -241,7 +243,7 @@ def check_sphinx_version(expected_version):
241
243
'-Efontsize=10' ,
242
244
'-Efontname=Helvetica Neue, Helvetica, Arial, sans-serif' ,
243
245
'-Gfontsize=10' ,
244
- '-Gfontname=Helvetica Neue, Helvetica, Arial, sans-serif'
246
+ '-Gfontname=Helvetica Neue, Helvetica, Arial, sans-serif' ,
245
247
]
246
248
247
249
# -- Options for HTML output -------------------------------------------------
0 commit comments