From 794a53be84713a0cc88d8cd9ba3f199cbe052a2c Mon Sep 17 00:00:00 2001 From: ovainola Date: Sat, 1 Aug 2015 16:05:46 +0300 Subject: [PATCH] unnecessary --- docs/conf.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index d2c6927..9df2f92 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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()