Create doc.conf.py

This commit is contained in:
ovainola
2015-06-21 21:47:44 +03:00
parent 01ec84da2c
commit 19fdbc94ff
+5
View File
@@ -0,0 +1,5 @@
import juliadoc
extensions = ['juliadoc.julia', 'juliadoc.jlhelp']
html_theme_path = [juliadoc.get_theme_dir()]
html_sidebars = juliadoc.default_sidebars()