From 19fdbc94ff6a32f50214bf25ad97184f3d6d8a0f Mon Sep 17 00:00:00 2001 From: ovainola Date: Sun, 21 Jun 2015 21:47:44 +0300 Subject: [PATCH] Create doc.conf.py --- docs/doc.conf.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/doc.conf.py diff --git a/docs/doc.conf.py b/docs/doc.conf.py new file mode 100644 index 0000000..3eff946 --- /dev/null +++ b/docs/doc.conf.py @@ -0,0 +1,5 @@ +import juliadoc + +extensions = ['juliadoc.julia', 'juliadoc.jlhelp'] +html_theme_path = [juliadoc.get_theme_dir()] +html_sidebars = juliadoc.default_sidebars()