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()