Update conf.py

This commit is contained in:
ovainola
2015-06-26 22:53:26 +03:00
parent a951d8d938
commit edac8acdd1
+4
View File
@@ -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")