unnecessary

This commit is contained in:
ovainola
2015-08-01 16:05:46 +03:00
parent f9ae9908dc
commit 794a53be84
+5 -1
View File
@@ -24,7 +24,11 @@ import datetime
html_last_updated_fmt = "%Y-%m-%d %H:%M:%S"
extensions = ['juliadoc.julia', 'juliadoc.jlhelp']
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.doctest',
'sphinx.ext.coverage',
'sphinx.ext.viewcode',
'juliadoc.julia', 'juliadoc.jlhelp', 'numpydoc']
html_theme_path = [juliadoc.get_theme_dir(), sphinx_rtd_theme.get_html_theme_path()]
html_sidebars = juliadoc.default_sidebars()