diff --git a/docs/conf.py b/docs/conf.py index 3eff946..abb2833 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,5 +1,9 @@ import juliadoc +import os extensions = ['juliadoc.julia', 'juliadoc.jlhelp'] html_theme_path = [juliadoc.get_theme_dir()] html_sidebars = juliadoc.default_sidebars() + +print(os.getcwd()) +os.system("julia build.jl")